GitXplorerGitXplorer
f

schemastore-updater

public
22 stars
2 forks
1 issues

Commits

List of commits on branch main.
Verified
1ccb37e49c95562bde2aeba7ee32bfc468eae9fc

chore(deps): Update lefthook to 1.10.8

fffflorian committed a day ago
Verified
475ce4108db47c7b615d3f3b5f8eafd3300315dd

chore(deps): bump commander from 12.1.0 to 13.0.0 (#1186)

ddependabot[bot] committed 14 days ago
Verified
81e7b1b0d5b17325471f3464e718aff0f83e53ab

chore(deps-dev): bump eslint-plugin-oxlint from 0.14.0 to 0.15.5 (#1193)

ddependabot[bot] committed 16 days ago
Verified
d97f4c66da3a84f12010c8e06d0982473f2c9de3

chore(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#1188)

ddependabot[bot] committed 16 days ago
Verified
5890283012a80e560097f3f7dae8693412740e5e

chore(deps-dev): bump eslint-plugin-jsdoc from 50.6.0 to 50.6.1 (#1191)

ddependabot[bot] committed 16 days ago
Verified
b0c308252d0f84b376f0c49487c1093ef523d763

chore(deps-dev): bump oxlint from 0.14.0 to 0.15.4 (#1184)

ddependabot[bot] committed 16 days ago

README

The README file for this repository.

schemastore-updater

Load schema files from @SchemaStore/schemastore, convert them to TypeScript definitions with json-schema-to-typescript and publish them on npm.

Usage

Usage: schemastore-updater [options] [command]

Options:
  -V, --version           output the version number
  -s, --settings <file>   Specify a settings file (default: "settings.json")
  -d, --source-dir <dir>  Specify a source dir (will disable cloning)
  -h, --help              output usage information

Commands:
  update [options]
  check-disabled
  check-versions
  fix-lockfile
Usage: schemastore-updater update [options]

Options:
  -f, --force  Force re-generating all schemas (default: false)
  -h, --help   output usage information