Skip to content

GeoffWilliams/typescript-template-project

Repository files navigation

TypeScript template project

A sample TypeScript project for you to copy and adjust. This was originally going to be some instructions but theres too many files and moving parts so make a git repository instead.

Features

Customization

Just adjust the details package.json and your in business.

Script targets

npm run

  • test - vitest
  • lint - eslint
  • build - test and transpile
  • dev - run build, then the app on command line

eg:

npm run test

Publishing to NPM

HLMGTFY

TLDR:

npm publish ...

About

A typescript template project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published