tstart

0.4.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tstart

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

8.41 kB

Total Files

20

Last publish

Collaborators

  • taogilaaa