Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 223 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 223 Bytes

Simple but effective way of starting a typescript script project.

  • Develop with npm run dev (or npm run dev:env to load env vars).
  • Build with npm run build.
  • Clean with npm run clean
  • Test with npm run test