typescript-app

0.3.8 • Public • Published

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

Package Sidebar

Install

npm i typescript-app

Weekly Downloads

1

Version

0.3.8

License

MIT

Unpacked Size

21.7 kB

Total Files

25

Last publish

Collaborators

  • arfeo