probedock-grunt

Grunt.js library to develop new probes for Probe Dock.

Usage no npm install needed!

<script type="module">
  import probedockGrunt from 'https://cdn.skypack.dev/probedock-grunt';
</script>

README

Probe Dock Grunt.js Library

Grunt.js library to develop new probes for Probe Dock.

NPM version Dependency Status License

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.