A collection of Rollup plugins and utilities.
This monorepo contains the following packages:
A Rollup plugin for generating Custom Elements Manifest (CEM) files during the build process.
- Version: 0.1.0
- License: MIT-0
A Rollup plugin for copying files during the build process.
- Version: 0.1.0
- License: MIT-0
A Rollup plugin for TypeScript compilation.
- Version: 0.1.0
- License: MIT-0
A collection of utilities for Rollup plugins.
- Version: 0.1.0
- License: MIT-0
A typed release of the Custom Elements Manifest analyzer. This is an internal dependency used by the rollup-plugin-cem.
- Version: 0.1.0
- License: MIT-0
This is a TypeScript monorepo using npm workspaces.
npm run build
Run tests for specific plugins:
# Test copy plugin
npm run test:copy
# Test TypeScript plugin
npm run test:tsc
# Test TypeScript plugin with clean build
npm run clean:test:tsc
# Format code
npm run format
# Lint code
npm run lint
# Check and fix all issues
npm run check:fix
MIT-0