Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akarachen/beng

A preset for rollup.
https://github.com/akarachen/beng

bundler rollup

Last synced: 21 days ago
JSON representation

A preset for rollup.

Awesome Lists containing this project

README

        

# Beng



A preset for rollup.

## Motivation

I'm tired of configuring rollup for every project. So I made this preset.

## Usage

In your package root:

```shell
pnpx @bengbu/zhule
```

It will bundle your code into `dist/index.js`, and init the dependencies in `package.json`.

And if you want to bundle for next time, just run:

```shell
pnpm beng
```