Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

koala-boilerplate

superknife051255ISC1.2.5

Boilerplate for typescript using in koala team

readme

Write by ToanPhan

  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,...