0.0.4 โ€ข Published 1 year ago

@patelvivekdev/ts-npm-template v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. Clone this template
  2. Install dependencies:
    bun install
  3. Start development:
    bun run dev
  4. Build your package:
    bun run build
  5. Publish your package:
    bun run local-release

Project Structure

โ”œโ”€โ”€ src/             # Source code with tests
โ”œโ”€โ”€ dist/            # Built package (generated)
โ”œโ”€โ”€ .github/         # GitHub workflows
โ””โ”€โ”€ .changeset/      # Changeset configs

Important Resources

License

MIT ยฉ Vivek Patel

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago