Skip to content

Commit

Permalink
Merge pull request #20 from natura-cosmeticos/feature/cli
Browse files Browse the repository at this point in the history
feat(cli): added cli functionality to the library
  • Loading branch information
robertLichtnow authored Jan 22, 2020
2 parents 9987084 + d7d93b4 commit 7b910c5
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 38 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ promise.then(faults => {
console.error(err);
});
```

## CLI
```sh
$ npm install -g @naturacosmeticos/api-linter

$ api-linter --help ## For options

$ api-linter --file=/path/to/swagger.yml ## Basic usage
```
Loading

0 comments on commit 7b910c5

Please sign in to comment.