0.2.2 • Published 2 years ago

schemastore v0.2.2

Weekly downloads
752
License
ISC
Repository
github
Last release
2 years ago

schemastore json

offline schemastore. in vscode, you can config your .vscode/settings.json:

"json.schemas": [
	{
		"fileMatch": ["tsconfig*.json"],
		"url": "node_modules/schemastore/json/tsconfig.json"
	}
]

or you can run those command in your project:

schemastore # auto set json.schemas config for you project
schemastore search tsc # find json file in schemastore
schemastore search =tsconfig.json # fileMatchs full equal
schemastore search ~tsconfig.json # fileMatchs startsWith
schemastore search \$tsconfig.json # fileMatchs endsWith
schemastore search tsconfig.json # fileMatchs includes

schemastore add tsconfig package # add search result to your json.schemas
0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.0

5 years ago