@xarc/run-cli

CLI invoker for @xarc/run enhanced npm run tool


Keywords
npm run, xrun, build, system, tool, clap, xclap, javascript, task, executor, make
License
Apache-2.0
Install
npm install @xarc/run-cli@1.2.1

Documentation

NPM version Dependency Status devDependency Status

xrun CLI

CLI invoker for the @xarc/run enhanced npm run build tool.

Install

npm install -g @xarc/run-cli

Usage

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

ie:

$ xrun 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 "$(xrun --completion=bash)"
# Zsh, ~/.zshrc
eval "$(xrun --completion=zsh)"