ts-app-template
v0.1.1
Published
A generic TypeScript application template
Downloads
2
Readme
App Template
A simple TypeScript application template
Table of contents
Contains
Instalation
git clone https://github.com/juangamonal/ts-app-template app-name
cd app-name
npm install # or yarn install
Available commands
npm run build # transpile app
npm run docs # generate docs for your app
npm run lint # run linter, add --fix flag for fix linting errors
npm run test # run unit tests, uses Mocha and Chai
npm run watch # watch any change, for development