grunt is a Node command line tool to make some actions easier when making JavaScript projects.
The library makes doing the above actions a lot easier.
grunt features a rather useful way of doing things through tasks. Tasks can be aliased, new tasks can be created, and some globals are used in tasks as well for code shortening (the globals don’t appear too harmful for this project).
Overall, grunt is a well-documented and useful tool for node projects.
- Website: https://github.com/cowboy/grunt















