odin-app-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

oclif Version Downloads/week License

Usage

$ npm install -g odin-app-cli
$ odin COMMAND
running command...
$ odin (--version)
odin-app-cli/1.0.3 darwin-x64 node-v16.18.0
$ odin --help [COMMAND]
USAGE
  $ odin COMMAND
...

Commands

odin build [FILE]

describe the command here

USAGE
  $ odin build [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin build

See code: src/commands/build.ts

odin create [FILE]

describe the command here

USAGE
  $ odin create [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin create

See code: src/commands/create.ts

odin dev [FILE]

describe the command here

USAGE
  $ odin dev [FILE] [-n <value>] [-f]

FLAGS
  -f, --force
  -n, --name=<value>  name to print

DESCRIPTION
  describe the command here

EXAMPLES
  $ odin dev

See code: src/commands/dev.ts

odin help [COMMAND]

display help for odin

USAGE
  $ odin help [COMMAND] [--json] [--all]

ARGUMENTS
  COMMAND  command to show help for

FLAGS
  --all   see all commands in CLI
  --json  Format output as json.

DESCRIPTION
  display help for odin

See code: @oclif/plugin-help

odin test PERSON

Say hello

USAGE
  $ odin test [PERSON] [-f <value>]

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  Whom is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: src/commands/test.ts

Readme

Keywords

Package Sidebar

Install

npm i odin-app-cli

Weekly Downloads

11

Version

1.0.3

License

MIT

Unpacked Size

160 kB

Total Files

65

Last publish

Collaborators

  • dongsheng0
  • lidadadapu