0.3.8 • Published 4 years ago

typescript-app v0.3.8

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago