csla

0.0.6 • Public • Published

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

Package Sidebar

Install

npm i csla

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

21.9 kB

Total Files

6

Last publish

Collaborators

  • jazztong