# Mocha-Swagger

Generate swagger spec from your mocha tests.

Mocha-Swagger works on macOS, Windows, and Linux.<br>
If something doesn’t work, please [file an issue](https://github.com/LmntrX/mocha-swagger/issues/new).

## Quick Overview

```sh
npm install -g mocha-swagger
mocha-swagger path/to/project/tests
```

## Change Log

- 1.0.3
  - Fixed incorrect project information generated issue
- 1.0.2
  - Support for typescript files
  - Parses path parameters
  - Fixed minor bugs
- 1.0.1
  - Minor bug fixes
- 1.0.0
  - Initial Release

## License

Mocha-Swagger is open source software [licensed as MIT](https://github.com/LmntrX/mocha-swagger/blob/master/LICENSE).
