grunt-cli

Command line interface for running Grunt task automation

brewmacoslinux
Try with needOr install directly
Source

About

JavaScript Task Runner

Commands

grunt

Examples

Run default Grunt tasks defined in Gruntfile.js$ grunt
Run a specific Grunt task$ grunt build
Run multiple specific tasks in sequence$ grunt minify:js minify:css