create-typescript-project
v0.8.0
Published
create simple, opiniated typescript projects
Downloads
22
Maintainers
Readme
create-typescript-project
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
andhusky
- 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 :wink:
:arrow_right: initialize your next TS project in seconds and start hacking away :rocket: