ts-helper2

TypeScript CLI for starting projects

Usage no npm install needed!

<script type="module">
  import tsHelper2 from 'https://cdn.skypack.dev/ts-helper2';
</script>

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