Rung CLI
Command line tools for Rung
Installation
sudo npm install -g rung-cli
This will make the command rung
available globally.
Features
- Create blank extensions
- Generate
.rung
packages - Run extensions locally in CLI mode
- Publish extensions to Rung Store (public and private)
- Generate boilerplate code for extension
- Generate README.md file to publish
Usage
rung [build|run|publish|boilerplate|readme|db]
Commands
Command | Description |
---|
build | Generate a .rung package |
run | Execute the current extension |
publish | Publishes extension to store |
boilerplate | Generates boilerplate code for the extension |
readme | Generates the README.md file to publish |
db read | Read from extension database |
db clear | Drop extension database |
Options
Option | Description |
---|
-o , --output | Where to save the built package |
--version | Displays versions |
--private | If set, extension is published for current user only |