Skip to content

chaance/tspkg

Repository files navigation

tspkg

A starter template for creating TypeScript packages. Pre-configured with:

Getting Started

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.

Contributing

PRs welcome!

About

Starter template for new TypeScript packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published