Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akarachen/beng
- Owner: AkaraChen
- License: mit
- Created: 2023-10-13T12:49:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:47:15.000Z (2 months ago)
- Last Synced: 2024-10-05T11:32:21.931Z (about 1 month ago)
- Topics: bundler, rollup
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```