Socket
Book a DemoInstallSign in
Socket

rdev

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdev

React project helper

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

rdev

React project helper

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g rdev
$ rdev COMMAND
running command...
$ rdev (-v|--version|version)
rdev/0.0.2 linux-x64 node-v10.15.2
$ rdev --help [COMMAND]
USAGE
  $ rdev COMMAND
...

Commands

rdev hello [FILE]

describe the command here

USAGE
  $ rdev hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ picli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

rdev help [COMMAND]

display help for rdev

USAGE
  $ rdev help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rdev init

Initialize the picli tools inside the project

USAGE
  $ rdev init

See code: src/commands/init.ts

Keywords

oclif

FAQs

Package last updated on 03 Aug 2019

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