This will create a simple, opiniated typescript project.
mkdir my-project
cd my-project
npm init typescript-project
- 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 😉
➡️ initialize your next TS project in seconds and start hacking away 🚀