This is the generator to generate serverless app project template
TODO: Fill out this long description.
npm install -g csla
If you are experiencing EACCES: permission denied
errors during installation
using NPM then you can try:
npm i -g csla --unsafe-perm=true --allow-root
csla new-app --name=MyApp --template=aws-api-lambda-golang
If you encounter permission issue please check your node install correctly, or use
npm config set unsafe-perm=true
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2019 Jazz Tong