https://github.com/gera2ld/generator-rollup
Generate projects with Rollup configurations
https://github.com/gera2ld/generator-rollup
yeoman
Last synced: 24 days ago
JSON representation
Generate projects with Rollup configurations
- Host: GitHub
- URL: https://github.com/gera2ld/generator-rollup
- Owner: gera2ld
- Created: 2017-07-11T04:03:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T21:13:22.000Z (over 2 years ago)
- Last Synced: 2026-05-12T00:32:25.409Z (2 months ago)
- Topics: yeoman
- Language: JavaScript
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @gera2ld/generator-rollup

Yeoman generator to create a workspace easy to be packed with Rollup.
It is aimed to generate projects based on JavaScript files, e.g. JavaScript libraries.
## Usage
```bash
# pnpm
$ pnpm --package https://github.com/gera2ld/generator-rollup.git --package yo dlx yo @gera2ld/rollup:library
# npx, not recommended as some versions are buggy when installing packages from git
$ npx -p https://github.com/gera2ld/generator-rollup.git -p yo yo @gera2ld/rollup
```