Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haraldrudell/grunts

Custom grunt tasks by Harald Rudell
https://github.com/haraldrudell/grunts

Last synced: 1 day ago
JSON representation

Custom grunt tasks by Harald Rudell

Awesome Lists containing this project

README

        

Grunts


Useful grunt tasks.


© 2013 Harald Rudell wrote this for node in January, 2013 MIT License


How to Use


Add to your Gruntfile.js:
```js
grunt.loadNpmTasks('grunts')
```
Add the project dependency to your project:
```
npm install grunts --save-dev
```
This inserts grunts into the devDependencies section of package.json
Test the plugin:
```
$ grunt exports
Running "exports" task
>> No exports

Done, without errors.
```

Task Reference


grunt exports


Lists the exports if your module is a library.


grunt bump


Increases the third digit of the project's version number in package.json.


also: grunt bump major, grunt bump minor


grunt test


Runs tests provided by the mochawrapper module.


Notes


© 2013 Harald Rudell wrote this for node in January, 2013 MIT License


Please suggest better ways, new features, and possible difficulties on github