README
ts-helper2
This is a TypeScript CLI tool for setting up a new project using my personally used default configuration.
This tool will install the following dependencies:
- @types/node
- @types/jest
- jest
- ts-jest
- typescript
- tslint
It writes configuration defaults for tsconfig, tslint, prettier, gitignore, and jest.
Install
npm install -g ts-helper2
or yarn global add ts-helper2
Usage
tsh
in current directory, or tsh path/to/directory