Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haraldrudell/grunts
- Owner: haraldrudell
- License: mit
- Created: 2013-01-29T03:25:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T21:49:06.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T02:13:08.016Z (7 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: ChangeLog
- License: LICENSE
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 exportsDone, 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