0.0.4 โข Published 1 year ago
@patelvivekdev/ts-npm-template v0.0.4
TypeScript NPM Package Template
A modern, efficient template for creating NPM packages using TypeScript.
Why This Template?
- ๐ Zero configuration setup
- ๐ฆ Modern module bundling with tsup
- ๐ Type-safe by default
- โก Ultra-fast development with Bun
- ๐งช Comprehensive testing setup with Vitest
- ๐ Continuous Integration ready
Getting Started
- Clone this template
- Install dependencies:
bun install - Start development:
bun run dev - Build your package:
bun run build - Publish your package:
bun run local-release
Project Structure
โโโ src/ # Source code with tests
โโโ dist/ # Built package (generated)
โโโ .github/ # GitHub workflows
โโโ .changeset/ # Changeset configsImportant Resources
- TSConfig Reference
- Bun Documentation
- Vitest Documentation
- tsup Documentation
- TypeScript Config Cheat Sheet
License
MIT ยฉ Vivek Patel