Typescript Npm package template
$ git clone git@github.com:tak-bro/ts-package-template.git
$ cd ts-package-template
$ pnpm install && pnpm prepare
$ pnpm start
$ pnpm test
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)