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

https://github.com/flyween/rorop

A cli for bundling js using rollup
https://github.com/flyween/rorop

javascript rollup

Last synced: 8 months ago
JSON representation

A cli for bundling js using rollup

Awesome Lists containing this project

README

          

# Installation
```
npm install rorop -g
```
# Usage

bundle js plugin with [rollup](https://rollupjs.org/guide/en)
# Command
### 1. rop init

```
rop init xscroll
```
### 2. before bundle
```
cd xscroll
/*
* coding in ./src/main.js (default entry)
*/

```
### 3. rop build
```
rop build
```
# Develop
:zap: Delightful web development [poi](https://github.com/egoist/poi)
# Options

| | command | default |
| -------- | :----: | -- |
| name | rop init < required> | -- |
| format | rop build [format] | umd |