0.0.18 • Published 10 years ago

swagger-node-codegen-cli v0.0.18

Weekly downloads
68
License
-
Repository
github
Last release
10 years ago

CLI for Swagger ES6 Node.js code generator

Description

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

How to use it?

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:

npm.io

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 (fmvilas@gmail.com)

www.fmvilas.com

0.0.18

10 years ago

0.0.17

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago