An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @gera2ld/generator-rollup

![NPM](https://img.shields.io/npm/v/@gera2ld/generator-rollup.svg)

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
```