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

ruo-cli

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruo-cli

Command line utility for ruo projects

  • 1.7.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-12.5%
Maintainers
2
Weekly downloads
 
Created
Source

ruo-cli

Command line utility for ruo projects

Installation

npm install -g ruo-cli

Usage

Run development server and watch file changes

ruo 

Add Code, Test, Spec

ruo gen

View API spec, open localhost:8088/doc when dev server is running

Setup test server and run unittest

ruo test

Or

ruo t

Run oauth unittest

ruo t -g oauth

Run dist/api/accounts-test.js tests

ruo t -f dist/api/accounts-test.js

Getting coverage result

ruo cover
open ./coverage/index.html

Lint source code

ruo lint

Generate API documentation

ruo doc

Generate spec

ruo spec

Keywords

FAQs

Package last updated on 28 Nov 2017

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