You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nathan Smith 46a861c3a1 structure -- moved src from node project to main project. 12 years ago
..
bin Fixes issue with accidental submodule 12 years ago
tasks Fixes issue with accidental submodule 12 years ago
test Fixes issue with accidental submodule 12 years ago
.npmignore Fixes issue with accidental submodule 12 years ago
README.md Fixes issue with accidental submodule 12 years ago
grunt.js Fixes issue with accidental submodule 12 years ago

README.md

{%= full_name %}

{%= description %}

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install {%= full_name %}

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('{%= full_name %}');

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) {%= grunt.template.today('yyyy') %} {%= author_name %}
Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}.