Skip to content

jsxtools/rollup-utils

Repository files navigation

Rollup Utils

A collection of Rollup plugins and utilities.

Packages

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

Development

This is a TypeScript monorepo using npm workspaces.

Building

npm run build

Testing

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

Code Quality

# Format code
npm run format

# Lint code
npm run lint

# Check and fix all issues
npm run check:fix

License

MIT-0

About

A collection of Rollup plugins and utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published