xclap-cli

1.1.3 • Public • Published

NPM version Dependency Status devDependency Status

xclap CLI

CLI invoker for the xclap Javascript task executor and build tool.

Install

npm install -g xclap-cli

Usage

$ clap [options] <task> [task_options] <task> [task_options]

ie:

$ clap build

Auto Completion

Auto completion is available for bash and zsh.

To setup, add the following line to your ~/.bashrc or ~/.zshrc accordingly:

# Bash, ~/.bashrc
eval "$(clap --completion=bash)"
# Zsh, ~/.zshrc
eval "$(clap --completion=zsh)"

Package Sidebar

Install

npm i xclap-cli

Weekly Downloads

103

Version

1.1.3

License

Apache-2.0

Unpacked Size

12.3 kB

Total Files

7

Last publish

Collaborators

  • jchip