/knowledge

Primary LanguageTypeScript

knowledge

The multi-source knowledge distribute database

oclif Version Downloads/week License

Usage

$ npm install -g knowledge
$ knowledge COMMAND
running command...
$ knowledge (-v|--version|version)
knowledge/1.0.0 linux-x64 node-v16.1.0
$ knowledge --help [COMMAND]
USAGE
  $ knowledge COMMAND
...

Commands

knowledge email [FILE]

describe the command here

USAGE
  $ knowledge email [FILE]

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

See code: src/commands/email.ts

knowledge hello [FILE]

describe the command here

USAGE
  $ knowledge hello [FILE]

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

EXAMPLE
  $ knowledge hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

knowledge help [COMMAND]

display help for knowledge

USAGE
  $ knowledge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

knowledge init

init app settings

USAGE
  $ knowledge init

OPTIONS
  -h, --help  show CLI help

See code: src/commands/init.ts