NetOpWibby / typescript-starter

because copy/pasting files from existing projects is dumb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-starter

because copy/pasting files from existing projects is dumb

Setup

git clone https://github.com/NetOpWibby/typescript-starter.git && cd typescript-starter
npm i

Checklist

  • update package.json
  • install necessary modules for your new project
  • write logic in src/index.ts
  • write tests in test/index.ts
  • update CHANGELOG.md
  • update README-TEMPLATE.md
  • delete this README.md and remove -TEMPLATE.md from README-TEMPLATE.md

About

because copy/pasting files from existing projects is dumb


Languages

Language:TypeScript 89.7%Language:Shell 10.3%