Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bycedric/swaglint
Yet another swagger linter
https://github.com/bycedric/swaglint
api lint open swagger
Last synced: 3 months ago
JSON representation
Yet another swagger linter
- Host: GitHub
- URL: https://github.com/bycedric/swaglint
- Owner: byCedric
- License: mit
- Created: 2017-04-08T15:54:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T12:28:17.000Z (almost 8 years ago)
- Last Synced: 2024-10-22T12:06:15.957Z (3 months ago)
- Topics: api, lint, open, swagger
- Language: TypeScript
- Homepage:
- Size: 177 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Swaglint
[![Latest Version on Packagist][ico-version]][link-npm]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
[![Code quality][ico-quality]][link-quality]Yet another Swagger linter
## Install
Via NPM
``` bash
$ npm install swaglint
```## Usage
``` bash
$ swaglint swagger.yml
$ swaglint partial.yml other.yml
$ cat cool-api.yml | swaglint --stdin
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ npm test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Credits
- [Cedric van Putten][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/npm/v/swaglint.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/npm/dt/swaglint.svg?style=flat-square
[ico-quality]: https://img.shields.io/codacy/grade/b09f559d94ca4facad53b6d9b3a059c4.svg?style=flat-square[link-quality]: https://www.codacy.com/app/byCedric/swaglint
[link-npm]: https://www.npmjs.com/package/swaglint
[link-downloads]: https://www.npmjs.com/package/swaglint
[link-author]: https://github.com/bycedric
[link-contributors]: ../../contributors