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.
|
12 years ago | |
---|---|---|
.. | ||
bin | 12 years ago | |
tasks | 12 years ago | |
test | 12 years ago | |
.npmignore | 12 years ago | |
README.md | 12 years ago | |
grunt.js | 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' %}.