UNPKG

grunt-repos

Version:

Grunt task to download a list of repos from GitHub's API

14 lines (13 loc) 321 B
In your project's Gruntfile, add a section named `{%= shortname %}` to the data object passed into `grunt.initConfig()`. ```js grunt.initConfig({ {%= shortname %}: { options: { // Task-specific options go here. }, target: { // Target-specific file lists and/or options go here. } } }) ```