create-typescript-project

0.8.0 • Public • Published

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 🚀

Package Sidebar

Install

npm i create-typescript-project

Weekly Downloads

1

Version

0.8.0

License

MIT

Unpacked Size

31.7 kB

Total Files

14

Last publish

Collaborators

  • claasahl