tstart
v0.4.0
Published
Javascript project initializer
Downloads
3
Readme
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