Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 502 Bytes

TODO.md

File metadata and controls

38 lines (27 loc) · 502 Bytes

Create Basic typescript project setup

Beta

It will create a basic typescript project setup

TODO

  • add GitHub template

  • package.json

  • update scripts

    • build
    • start
    • dev
    • format
    • lint
    • test
    • test:watch

Think about it

🤔 Should we initialize git ? 🤔 Should we install node_modules ?

DONE

  • add script
  • dependencies
    • typescript
    • tsup
    • eslint
    • eslint-config-prettier
    • eslint-plugin-prettier
    • prettier
    • vitest