Home

Awesome

grunt-plugins

Collection of growing Grunt plugins and utilities

I'll probably create a bunch of grunt plugins. Instead of creating a new repo for each one, this repository keeps track of these.

Description

The master branch is my actual "grunt user dir" (~/.grunt/ on poxis, %USERPROFILE/.grunt/ on windows) and keeps track of additional tasks, plugins and init templates I use in my setup.

Each plugin has it's own repo, and is managed in a separate branch. This is very much like if they were managed each in their own repository (thanks to npm's ability to express dependencies with giturl or tarball)

For further information on plugins configuration / usage, explore the branches and navigate through the repository, each plugin should have its own documentation (even a very basic one)

How it works

The master branch is defining a basic package.json, with dependencies to each of the grunt plugins that are used.

They may or may not be in npm's repository. In either case, npm install will work the same.

Install

$ git clone git@github.com:mklabs/grunt-plugins.git ~/.grunt
$ cd ~/.grunt/
$ npm install
$ grunt --help

Plugins