Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 867 Bytes

create-typescript-project

TRAVIS - build NPM - downloads NPM - version

TL;DR;

This will create a simple, opiniated typescript project.

mkdir my-project
cd my-project
npm init typescript-project

Feature Set

  • automated code formatting on git commits with pretty-quick and husky
  • sane .gitignore for NodeJS environments from https://gitignore.io
  • installs latest typescript version and typings
  • generates tsconfig.json
  • initializes an empty git repository
  • main script in ./src/index.ts to get you started a few seconds faster 😉

➡️ initialize your next TS project in seconds and start hacking away 🚀