0.4.0 • Published 5 years ago
tstart v0.4.0
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-appUsing npm / yarn:
npm i -g tstart # Or yarn global add tstart
tstart init my-appOther Commands
tstart --helpLocal Development
To locally test your changes
yarn build && npm packthis will generate a .tgz based on name and version inside package.json, then simply run
npm i -g NAME-VERSION.tgz