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
- Host: GitHub
- URL: https://github.com/flyween/rorop
- Owner: flyween
- License: mit
- Created: 2018-03-09T08:55:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T09:01:49.000Z (about 8 years ago)
- Last Synced: 2025-06-29T03:26:50.697Z (11 months ago)
- Topics: javascript, rollup
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |