adonisjs-6-swagger
v1.0.1
Published
Swagger provider for AdonisJS 6 framework
Downloads
148
Maintainers
Readme
adonisjs-6-swagger
Sample Usage
This libs is based on the adonis5-swagger librairie.
Please see the sample Usage of that lib
Installation
npm i --save adonisjs-6-swagger
yarn add adonisjs-6-swagger
Compile your code:
node ace serve --watch
Configure all dependences:
node ace configure adonisjs-6-swagger
- For other configuration, please update the
config/swagger.ts
.
Build swagger spec file
No need to run a command like in adonis5-swagger
Generated file will be written to by path configured in config.