1.2.1 • Published 5 years ago
@xarc/run-cli v1.2.1
xrun CLI
CLI invoker for the @xarc/run enhanced npm run build tool.
Install
npm install -g @xarc/run-cliUsage
$ xrun [options] <task> [task_options] <task> [task_options]ie:
$ xrun buildAuto 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)"