1.4.2 • Published 7 years ago
generator-appacademy v1.4.2
generator-appacademy
Yeoman generators for App Academy Engineering
Installation
1) Install Yeoman (http://yeoman.io/learning/index.html)
npm install -g yo
2) Install the generator
npm install -g generator-appacademy
New FAAS Function
To generate a template for a new function in the FAAS platform (https://github.com/appacademy/engineering-faas):
# Run this at the root of the project
yo appacademy:newFunction myNewFunctionName
Run with the -h
or --help
flag for more information and options.