1.3.2 • Published 8 years ago
generator-manalto-sls-service v1.3.2
generator-manalto-sls-service
Manalto Serverless Service
Installation
First, install Yeoman and generator-manalto-sls-service using npm (we assume you have pre-installed node.js).
npm install -g yo
npm set registry http://npm.manalto.net
npm install -g generator-manalto-sls-service
npm install -g serverless@1.7.0Then generate your new project:
yo manalto-sls-serviceThen generate you new Functions inside you project
yo manalto-sls-service:functionRunning service
Typescript needs to be compiled so run the watcher when working on you project
gulp watchTo run the service server
npm run serveGetting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
© Manalto
1.3.2
8 years ago