1.0.0 • Published 4 years ago

andromeda-ctf v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

andromeda-ctf

Tools to interact with Andromeda environtment

oclif Version Codecov Downloads/week License

Usage

$ npm install -g andromeda-ctf
$ andromeda-ctf COMMAND
running command...
$ andromeda-ctf (-v|--version|version)
andromeda-ctf/1.0.0 linux-x64 node-v10.19.0
$ andromeda-ctf --help [COMMAND]
USAGE
  $ andromeda-ctf COMMAND
...

Commands

andromeda-ctf hello [FILE]

describe the command here

USAGE
  $ andromeda-ctf hello [FILE]

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

EXAMPLE
  $ andromeda-ctf hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

andromeda-ctf help [COMMAND]

display help for andromeda-ctf

USAGE
  $ andromeda-ctf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

1.0.0

4 years ago