probedock-grunt
v0.4.0
Published
Grunt.js library to develop new probes for Probe Dock.
Downloads
4
Readme
Probe Dock Grunt.js Library
Grunt.js library to develop new probes for Probe Dock.
Requirements
- Node.js 0.10+
- Grunt.js 0.4+
Installation
Add it to your development dependencies:
npm install --save-dev probedock-grunt
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line:
grunt.loadNpmTasks('probedock-grunt');
Contributing
- Fork
- Create a topic branch -
git checkout -b feature
- Push to your branch -
git push origin feature
- Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
License
probedock-grunt is licensed under the MIT License.