xclap-cli

CLI invoker for xclap Javascript task executor/build tool

Usage no npm install needed!

<script type="module">
  import xclapCli from 'https://cdn.skypack.dev/xclap-cli';
</script>

README

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