New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
93
increased by138.46%
Maintainers
3
Weekly downloads
 
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 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
  • 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 extension
publishPublish extension to store
boilerplateGenerate boilerplate code for the extension
readmeGenerate the README.md file to publish
db readRead from extension database
db clearDrop extension database

Options

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

FAQs

Package last updated on 09 Jan 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