csla
v0.0.6
Published
Create Serverless App is a tool to help you develop serverless app faster
Downloads
29
Maintainers
Readme
Create Serverless App
This is the generator to generate serverless app project template
TODO: Fill out this long description.
Table of Contents
Install
npm install -g cslaIf you are experiencing EACCES: permission denied errors during installation
using NPM then you can try:
npm i -g csla --unsafe-perm=true --allow-rootUsage
csla new-app --name=MyApp --template=aws-api-lambda-golangIssue
If you encounter permission issue please check your node install correctly, or use
npm config set unsafe-perm=trueMaintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2019 Jazz Tong
