Skip to content

jpopesculian/rise-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rise-net

oclif Version Downloads/week License

Usage

$ npm install -g rise-net
$ rise-net COMMAND
running command...
$ rise-net (-v|--version|version)
rise-net/0.0.0 linux-x64 node-v10.13.0
$ rise-net --help [COMMAND]
USAGE
  $ rise-net COMMAND
...

Commands

rise-net hello [FILE]

describe the command here

USAGE
  $ rise-net hello [FILE]

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

EXAMPLE
  $ rise-net hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

rise-net help [COMMAND]

display help for rise-net

USAGE
  $ rise-net help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rise-net node [FILE]

describe the command here

USAGE
  $ rise-net node [FILE]

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

EXAMPLE
  $ rise-net node start

See code: src/commands/node.ts

rise-net node:start [FILE]

describe the command here

USAGE
  $ rise-net node:start [FILE]

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

See code: src/commands/node/start.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published