@smartive/generator-typescript-project

v1.2.0
Yeoman generator for typescript projects at smartive.
yeoman-generator yeoman typescript bootstrap

clean

del-cli ./app/*.js ./app/*.js.map ./coverage

build

npm run clean && tsc -p ./config/tsconfig.build.json

develop

npm run clean && tsc -p .

test

npm run clean && jest -c ./jest.json --coverage

test:watch

npm run clean && jest -c ./jest.json --watch
npm i @smartive/generator-typescript-project

Metadata

  • MIT
  • >=10
  • Christoph Bühler
  • released 2/27/2019

Downloads