Grunt.js library to develop new probes for Probe Dock.
- Node.js 0.10+
- Grunt.js 0.4+
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');
- 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.
probedock-grunt is licensed under the MIT License.