koala-boilerplate
v1.2.5
Published
Boilerplate for typescript using in koala team
Downloads
41
Readme
Write by ToanPhan
To install package:
npm i koala-boilerplate -gFor more information about options available run
koala --helpTo init a project:
- With Typescripts:
koala init -p [path] -t normal - With Typescripts and serverless:
koala init -p [path] -t serverless
- It will generate a project boilerplate with config files for webpack, package.json, yaml file for serverless, tsConfig, tslint,...
