grunt-completion

Bash and Zsh completion for Grunt task runner commands

brewmacoslinux
Try with needOr install directly
Source

About

Bash and Zsh completion for Grunt

Commands

grunt

Examples

List available Grunt tasks with autocomplete$ grunt <TAB>
Autocomplete a specific Grunt task$ grunt build<TAB>
View all available tasks in current project$ grunt --help