0.1.3 • Published 6 years ago

ts-helper2 v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago