ts-node-starter
v0.0.9
Published
> starter template for **nodejs + typescript** project powered by tsup
Downloads
4
Readme
Ts-node-starter
starter template for nodejs + typescript project powered by tsup
Usage
npm
npx ts-node-starter
pnpm
pnpm dlx ts-node-starter
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request