A starter template for creating TypeScript packages. Pre-configured with:
Author your package in src/
. By default, the entrypoint is src/index.ts
. Multiple entrypoints can be configured in tsup.config.ts
.
Build your package with npm run build
. This will output the compiled package to dist/
and ... you're done! Your package is ready to publish. Kick back and enjoy your new OSS package.
PRs welcome!