0.0.1 • Published 7 months ago

modapi v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Rollup Boilerplate

A modern boilerplate for building TypeScript libraries with Rollup.

Features

Installation

pnpm install

Scripts

  • pnpm dev - Start development in watch mode
  • pnpm build - Build for production
  • pnpm test - Run tests
  • pnpm coverage - Run tests with coverage report
  • pnpm lint - Lint code
  • pnpm format - Format code
  • pnpm typecheck - Check types

Project Structure

.
├── src/           # Source files
├── __tests__/     # Test files
├── dist/          # Built files (generated)
├── types/         # Type declarations (generated)
└── package.json   # Project manifest

Building Your Library

  1. Write your code in the src directory
  2. Add tests in the __tests__ directory
  3. Build your library with pnpm build
  4. Publish to npm with npm publish

License

MIT

0.0.1

7 months ago

0.1.0

2 years ago