Grunt

Before starting: Make sure you have the necessary folders and permissions — get more information.

Links: Homepage
Dependencies: Node.js

Grunt is a task-based command line build tool for JavaScript projects.

Install

Install Grunt's command line interface (CLI) globally using NPM.

npm install -g grunt-cli

Verify the Installation

Verify that you have successfully installed Grunt.

grunt --version