0.1.1 • Published 5 years ago

ts-app-template v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

App Template build

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