Skip to content

Commit

Permalink
feat: Check disabled schemas (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed May 21, 2019
1 parent a8a1dd6 commit d6eca10
Show file tree
Hide file tree
Showing 426 changed files with 529,784 additions and 1,729 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ package-lock.json
dist
node_modules
schemas/**/LICENSE
schemas/**/README.md
updated_files
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ A tool to load schema files from [@SchemaStore/schemastore](https://github.com/S
Usage: schemastore-updater [options] [command]
Options:
-V, --version output the version number
-s, --settings <file> Specify a settings file
-h, --help output usage information
-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
version-check
```

Expand Down
12 changes: 12 additions & 0 deletions schemas/ansible-stable-2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Installation
> `npm install --save @schemastore/ansible-stable-2.0`
# Summary
This package contains type definitions for ansible-stable-2.0.

## Details
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/master/schemas/ansible-stable-2.0.

## Additional Details
* Last updated: Tue, May 21, 2019, 12:38:15 GMT
* Dependencies: none
Loading

0 comments on commit d6eca10

Please sign in to comment.