npm.io
0.3.8 • Published 6 years agoCLI

typescript-app

Licence
MIT
Version
0.3.8
Deps
2
Size
21 kB
Vulns
0
Weekly
0

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

Keywords