1.3.1 • Published 1 year ago

@anscho/hive v1.3.1

Weekly downloads
5
License
MIT
Repository
-
Last release
1 year ago

Hive

Hive provides simple tools built on minimist to help nest commands within a CLI.

Testing

You can test Hive using the example:

> node example/example.js
Usage: example [OPTIONS] COMMAND [ARGS]...

  Hive example CLI

Commands:
  one  First command
  two  Second command

> node example/example.js one
Usage: one [OPTIONS] COMMAND [ARGS]...

  First command

Commands:
  a    Another command
  foo  Classic foobar

> node example/example.js one foo -h
Usage: foo [-b --baz]

  Classic foobar

> node example/example.js one foo
bar

> node example/example.js one foo -b
baz
1.3.1

1 year ago

1.3.0

1 year ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago