DEPRECATED: Use swagger-node-codegen instead.
CLI for swagger-node-codegen. Use your API Swagger definition to generate the Node.js ES6-compliant code of your API.
The generated code features:
- ES6
- Gulp
- Makefile
- ESLint
- YAML config file
- Express
npm install swagger-node-codegen-cli -g
Syntax:
snc [path/to/swagger/file] [path/to/target/directory]
Swagger file can be either JSON or YAML.
Example:
snc ~/my-api.json ~/my-api
If none of the arguments above are provided then you'll be prompted for them:
It will generate a directory structure like this:
.editorconfig
.eslintrc
Makefile
README.md
config
common.yml
gulpfile.js
package.json
src
api
routes
users.js
products.js
services
users.js
products.js
index.js
bin
www
lib
config.js
logger.js
## Author
Francisco Méndez Vilas ([email protected])