All Projects → rung-tools → Rung Cli

rung-tools / Rung Cli

Licence: mit
Command line tool for Rung

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rung Cli

Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+882.35%)
Mutual labels:  cli, extension
Gem Release
Release your ruby gems with ease.
Stars: ✭ 448 (+2535.29%)
Mutual labels:  cli, extension
Chrome Extension Cli
🚀 The CLI for your next Chrome Extension
Stars: ✭ 536 (+3052.94%)
Mutual labels:  cli, extension
Kt
Kafka command line tool that likes JSON
Stars: ✭ 799 (+4600%)
Mutual labels:  cli
Ntl
Node Task List: Interactive cli to list and run package.json scripts
Stars: ✭ 800 (+4605.88%)
Mutual labels:  cli
Psi Report
Crawls a website, gets PageSpeed Insights data for each page, and exports an HTML report.
Stars: ✭ 6 (-64.71%)
Mutual labels:  cli
Github Funding Yml Updater
Update multiple repositories's `.github/FUNDING.yml` via GitHub API
Stars: ✭ 17 (+0%)
Mutual labels:  cli
Ipt
Interactive Pipe To: The Node.js cli interactive workflow
Stars: ✭ 783 (+4505.88%)
Mutual labels:  cli
Am I Too Old
A CLI that will determine if you are too old to learn to code.
Stars: ✭ 16 (-5.88%)
Mutual labels:  cli
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-70.59%)
Mutual labels:  extension
Git Repo
Git-Repo: CLI utility to manage git services from your workspace
Stars: ✭ 818 (+4711.76%)
Mutual labels:  cli
Vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
Stars: ✭ 804 (+4629.41%)
Mutual labels:  cli
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-64.71%)
Mutual labels:  cli
Prompts
❯ Lightweight, beautiful and user-friendly interactive prompts
Stars: ✭ 6,970 (+40900%)
Mutual labels:  cli
Nest Cli
CLI tool for Nest applications 🍹
Stars: ✭ 889 (+5129.41%)
Mutual labels:  cli
Silly
Silly CLI micro-framework based on Symfony Console
Stars: ✭ 791 (+4552.94%)
Mutual labels:  cli
Exiftool
ExifTool meta information reader/writer
Stars: ✭ 832 (+4794.12%)
Mutual labels:  cli
Carvel Ytt
YAML templating tool that works on YAML structure instead of text
Stars: ✭ 816 (+4700%)
Mutual labels:  cli
Ergonomica
🖥️ a cross-platform modern shell.
Stars: ✭ 815 (+4694.12%)
Mutual labels:  cli
Rage
A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
Stars: ✭ 826 (+4758.82%)
Mutual labels:  cli

Rung CLI

NPM

Version Build Status Code Climate Scrutinizer Code Quality Known Vulnerabilities Codecov Downloads

Command line tools for Rung

Installation

sudo npm install -g rung-cli

This will make the command rung available globally.

Documentation

You can checkout the last docs in this link!

Features

  • Create blank apps
  • Generate .rung packages
  • Run apps locally in CLI mode
  • Publish apps to Rung Store (public and private)
  • Generate boilerplate code for app
  • Generate README.md file to publish
  • Test autocomplete directly in the terminal
  • Hot reloading and live development

Usage

rung [build|run|publish|boilerplate|readme|db]

Commands

Command Description
build Generate a .rung package
run Execute the current app
publish Publish app to store
boilerplate Generate boilerplate code for the app
readme Generate the README.md file to publish
db read Read from app database
db clear Drop app database

Options

Option Description
-o, --output Where to save the built package
--version Displays versions
--private If set, app is published for current user only
--raw Displays returned cards outside a table
--live With run, starts hot compiling and preview on browser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].