Skip to content
/ csla Public

This is the developer tools to help developer kick start serverless app development faster

License

Notifications You must be signed in to change notification settings

jazztong/csla

Repository files navigation

Create Serverless App

standard-readme compliant Build Status Conventional Commits

This is the generator to generate serverless app project template

TODO: Fill out this long description.

Table of Contents

Install

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

Usage

csla new-app --name=MyApp --template=aws-api-lambda-golang

Issue

If you encounter permission issue please check your node install correctly, or use

npm config set unsafe-perm=true

Maintainers

@JazzTong

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Jazz Tong

About

This is the developer tools to help developer kick start serverless app development faster

Resources

License

Stars

Watchers

Forks

Packages

No packages published