Skip to content

claasahl/create-typescript-project

Repository files navigation

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 🚀