grunt-volo

0.0.2 • Public • Published

grunt-volo

Use volo inside grunt for fetching code dependencies from GitHub.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with:

npm install grunt-volo

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-volo');

Documentation

Use volo to fetch code from GitHub:

add

grunt volo:add:jquery

This will add jquery to the current project.

grunt volo:add:documentcloud/underscore/master

adds the documentcloude/underscore's master branch version of underscore to the current project.

See the volo's add README for all the add options. Just use : instead of space to separate arguments for grunt.

search

grunt volo:search:backbone

Searches GitHub for a backbone code dependency.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    3
  • 0.0.1
    2

Package Sidebar

Install

npm i grunt-volo

Weekly Downloads

4

Version

0.0.2

License

none

Last publish

Collaborators

  • jrburke