0.1.3 • Published 5 years ago

ts-helper2 v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago