iacoware / node-playground

Node + TS repository to use as a template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node + Typescript template repository

Already setup

  • Node + Typescript
  • ESM (minor annoyance is filename + extension on import. See index.ts:1)
  • ESLint
  • Prettier
  • Jest

Commands available through npm run

  • cli: compile and run index.ts
  • freshstart: remove .git folder to clean up the git history
  • The usual test, test:w

About

Node + TS repository to use as a template


Languages

Language:TypeScript 54.4%Language:JavaScript 45.6%