typescript-test-template
v1.0.3
Published
NPM package template with TypeScript, Tests (unit + integration) and NPM/YARN/PNPM
Readme
typescript-template
This is a template package to publish NPM package with TypeScript, Tests (unit + integration) and NPM/YARN/PNPM
tsup
Bundle your TypeScript library with no config, powered by esbuild.
https://tsup.egoist.dev/
How to use this
- install dependencies
# pnpm
$ pnpm install
# yarn
$ yarn install
# npm
$ npm install- Add your code to
src - Add export statement to
src/index.ts - Test build command to build
src. Once the command works properly, you will seedistfolder.
# pnpm
$ pnpm run build
# yarn
$ yarn run build
# npm
$ npm run build- Publish your package
$ npm publishtest package
https://www.npmjs.com/package/typescript-test-template
