0.4.0 • Published 3 years ago

tstart v0.4.0

Weekly downloads
62
License
MIT
Repository
github
Last release
3 years ago

tstart

Javascript project initializer.

Includes babel + typescript, eslint, prettier, and other goodness.

tstart works on macOS, Windows, and Linux.

Usage

Using npx:

npx tstart init my-app

Using npm / yarn:

npm i -g tstart # Or yarn global add tstart
tstart init my-app

Other Commands

tstart --help

Local Development

To locally test your changes

yarn build && npm pack

this will generate a .tgz based on name and version inside package.json, then simply run

npm i -g NAME-VERSION.tgz
0.4.0

3 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago