Write by ToanPhan
To install package:
npm i koala-boilerplate -g
For more information about options available run
koala --help
To init a project:
- With Typescripts:
koala init -p [path] -t normal
- With Typescripts and serverless:
koala init -p [path] -t serverless
- With Typescripts:
It will generate a project boilerplate with config files for webpack, package.json, yaml file for serverless, tsConfig, tslint,...