focus-service-generator-updated

1.0.6 • Public • Published

focus-service-generator-updated

Node package to generate code from a swagger interface

How to use

  • Install as devDependencies npm i --save-dev focus-service-generator-updated
  • Add a script line in your package json : "service-generator": "better-npm-run service-generator"
  • add a betterScript element in your package json
 "service-generator": {
           "command": "focus-service-generator-updated",
           "env": {
               "TEMPLATE_FOLDER": "./node_modules/focus-service-generator-updated/templates",
               "DEST_FOLDER": "./app/config/server/generated",
               "SWAGGER_SOURCE": "http://host/swagger/ur",
               "EOL": "\r\n"
           }
       },

Environment variables

  • TEMPLATE_FOLDER (default './node_modules/focus-service-generator-updated/templates'): Folder containing templates .dot, see http://olado.github.io/doT/
  • DEST_FOLDER (default './app/config/server/generated'): Destination folder for generated files
  • SWAGGER_SOURCE (required): JSON of Swagger, either in file ('file:./my/swagger/file.json') or by HTTP request (http://host/swagger/url)
  • EOL (default '\n'): End of line in generated files

Customising

If the default templates does not suit your needs, just change the template folder, and create your own.

The first line of the render of a template must be the filepath.

/focus-service-generator-updated/

    Package Sidebar

    Install

    npm i focus-service-generator-updated

    Weekly Downloads

    0

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    23.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • anasamo92