🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

cli-bin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-bin

Compiler executable for the cli toolkit

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Table of Contents

  • Cli

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).

Keywords

cli

FAQs

Package last updated on 06 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts