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