Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

cli-kit/cli-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

[email protected] /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 <[email protected]>.

[email protected] /Users/cyberfunk/git/cli/bin

License

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

Generated by mdp(1).

About

Compiler executable for the cli toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published