0.3.8 • Published 5 years ago
typescript-app v0.3.8
typescript-app
Start coding in TypeScript in just 1 (one) minute! This package magically sets up a ready-to-use TypeScript application (typescript + eslint + sass + jest + gulp + browsersync).
Installation
If not using with npx
(see below), you can install with:
$ npm install typescript-app [-g]
Usage
Go to a directory where you want an application to be initialized, and run
$ typescript-app
or with npx
:
$ npx typescript-app
Then install dependencies with your favourite package manager:
$ npm install
or
$ yarn
Run application
$ npm run start
or
$ yarn start
Run tests
$ npm run test
or
$ yarn test
Build application
$ npm run build
or
$ yarn build
0.3.8
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.2
5 years ago
0.3.0
5 years ago
0.3.1
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago