cli-bin

0.1.3 • Public • Published

Table of Contents

Cli

Compiler executable for the command module, a component of the toolkit.

Install

npm i cli-bin

Test

npm test

Usage

Usage: cli <command>

where <command> is one of:
    compile, c, help

cli --help <cmd>         quick help on <cmd>
cli help <cmd>           documentation for <cmd>

cli@0.1.2 /Users/cyberfunk/git/cli/bin

Help

Usage: cli <command> [-pf] [--color|--no-color] [-p|--print]
           [-f|--force] [--help] [--version] [-i|--input=<file...>]
           [-o|--output=<file>] [-k|--package=<file>]
           [-m|--module=<file>] [-n|--name=<name>]
           [-v|--semver=<semver>] [-d|--desc=<desc>] <args>

Command line interface compiler.

Commands:
 compile, c               Compile markdown to javascript.
 help                     Show help for commands.

Options:
 -v, --semver=[semver]    Set program version.
     --[no]-color         Enable or disable terminal colors.
 -o, --output=[file]      Output file.
 -k, --package=[file]     Use package descriptor.
 -m, --module=[file]      Load program from module.
 -n, --name=[name]        Set program name.
 -i, --input=[file...]    Input files.
 -d, --desc=[desc]        Set program description.
 -p, --print              Print result.
 -f, --force              Force file overwrite.
     --help               Display this help and exit.
     --version            Print version and exit.

Report bugs to muji <noop@xpm.io>.

cli@0.1.2 /Users/cyberfunk/git/cli/bin

License

Everything is MIT. Read the license if you feel inclined.

Generated by mdp(1).

Readme

Keywords

Package Sidebar

Install

npm i cli-bin

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • muji
  • tmpfs