1.0.4 • Published 4 years ago

@syngenta-digital/generator-serverless v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

generator-serverless

Yeoman CLI tool to generate resources and environments needed to build a serverless project.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install yeoman
$ npm install @syngenta-digital/generator-serverless

OR

$ npx -p yo -p @syngenta-digital/generator-serverless  -c 'yo @syngenta-digital/serverless'

Contributing

Please lint and add unit tests. To run unit tests, please do the following:

  1. Have Docker Installed
  2. run npm install
  3. run npm test
  4. Happy Coding :)