A ZSH plugin that provides command completion and convenience functions for working with AdonisJS projects.
- Auto-detection of AdonisJS projects
- Command completion for ace CLI commands
- Path traversal to find ace binary
- Add the plugin to your ZSH configuration:
git clone https://github.com/obenchkroune/adonisjs-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/adonis
Then add adonis
to your plugin list in .zshrc
:
plugins=(... adonis)
git clone https://github.com/obenchkroune/adonisjs-zsh-plugin.git
source /path/to/adonis-zsh-plugin/adonis.plugin.zsh