adonisjs-6-swagger
v1.0.1
Published
Swagger provider for AdonisJS 6 framework
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-swaggeryarn add adonisjs-6-swaggerCompile your code:
node ace serve --watchConfigure 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.
