1.1.3 • Published 3 years ago

xclap-cli v1.1.3

Weekly downloads
244
License
Apache-2.0
Repository
github
Last release
3 years ago

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)"
1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago