🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ranapp/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ranapp/cli

mynewcli3 =========

unpublished
latest
Source
npmnpm
Version
1.4.1
Version published
Maintainers
1
Created
Source

mynewcli3

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g @ranapp/cli
$ rancli COMMAND
running command...
$ rancli (-v|--version|version)
@ranapp/cli/1.4.1 darwin-x64 node-v14.17.4
$ rancli --help [COMMAND]
USAGE
  $ rancli COMMAND
...

Commands

rancli test <project-directory>

test a new RAN app

USAGE
  $ rancli test <project-directory>

ARGUMENTS
  PATHNAME  project directory

OPTIONS
  -h, --help  show CLI help

See code: src/commands/add-page.ts

rancli create <project-directory>

create a new RAN app

USAGE
  $ rancli create <project-directory>

ARGUMENTS
  PROJECTNAME  project directory

OPTIONS
  -h, --help    show CLI help
  -u, --useNpm

See code: src/commands/create.ts

rancli help [COMMAND]

display help for rancli

USAGE
  $ rancli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 30 Sep 2021

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