@dyxbenjamin/mini-libs-ts
v0.0.0-beta.2
Published
My personal library of useful functions and utilities.
Readme
TypeScript Library Starter
A starter template for creating TypeScript libraries with modern tooling.
Features
- 🚀 Built with TypeScript for type safety
- 📦 Dual package support (ESM + CJS)
- 🛠️ Modern build tooling with rslib
- 🧹 Code formatting and linting with Biome
- 📝 Automatic type declarations generation
Installation
npm install @dyxbenjamin/ts-lib-starterUsage
Development
# Install dependencies
bun install
# Build the library
bun run build
# Watch for changes during development
bun run dev
# Format code
bun run format
# Lint code
bun run lintPublishing
# Patch version
bun run publish:patch
# Minor version
bun run publish:minor
# Major version
bun run publish:major