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

@ranapp/cli

Package Overview
Dependencies
Maintainers
0
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

unpublished
Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
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.5.0 darwin-x64 node-v14.17.4
$ rancli --help [COMMAND]
USAGE
  $ rancli COMMAND
...

Commands

rancli add-page <slug>

add a new page

USAGE
  $ rancli add-page <slug>

ARGUMENTS
  PATHNAME  project directory

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ add-page /posts
  $ add-page /post/[id]

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

FAQs

Package last updated on 03 Oct 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