Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rung-cli

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rung-cli

Command line interface for Rung

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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

CommandDescription
buildGenerate a .rung package
runExecute the current app
publishPublish app to store
boilerplateGenerate boilerplate code for the app
readmeGenerate the README.md file to publish
db readRead from app database
db clearDrop app database

Options

OptionDescription
-o, --outputWhere to save the built package
--versionDisplays versions
--privateIf set, app is published for current user only
--rawDisplays returned cards outside a table
--liveWith run, starts hot compiling and preview on browser

FAQs

Package last updated on 08 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc