0.0.0 • Published 2 years ago

@kudos-protocol/dosku-cli v0.0.0

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

dosku-cli

dosku: funding open source CLI

dosku is kudos rearranged

Install CLI Tool

The dosku command line tool can be installed with:

% npm install -g dosku-cli

or used directly

% npx dosku-cli  ...

Commands

Because kudos can be implemented in multiple ways, this cli is a glue layer to make multiple commands available under the dosku command via:

% dosku run SUBCOMMAND

dosku does not come with any subcommands installed by default.

Usage

$ dosku --help

  Usage
    $ dosku [input]

  Options
    --debug=[bool]  [Default: false]

  Examples
    $ dosku
    $ npx dosku

    Run Installed Commands
    $ dosku install [subcommand name] [...subcommand params]
    $ dosku run [subcommand name] [...subcommand params]

    Config
    $ dosku config get
    $ dosku config set key.subkey val
    $ dosku config set arrayKey val1 val2 --array
    $ dosku config del subcommands.thing