1.2.1 • Published 3 years ago

@xarc/run-cli v1.2.1

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

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