adonis-autoswagger
adonis-autoswagger copied to clipboard
Feature Request: Add configure script
I can assist with this.
We can have the
node ace configure adonis-swagger
This script can automate the following steps:
- Publish the config from a stub
- Add the routes with the various oprions (swagger, scalar, etc) - with a default one and others commented out
- During setup; ask use to generate
docs:generatecommand - After setup; display instructions to add a prebuild script in package.json to generate docs for production
PRs are always welcome! 😅
Awesome. I'll work on this and make a PR. Had fun working on a notifications package last week; I figured out how to go about it.
I'll update you in a week.