grunt-update-submodules

0.4.1 • Public • Published

Build Status Coverage Status Dependency Status devDependency Status Gittip

NPM

grunt-update-submodules

Grunt task to update git submodules.

Installing

Install and add to dependencies.

npm install grunt-update-submodules --save-dev

Load the task in Gruntfile.js.

task.loadNpmTasks( "grunt-update-submodules" );

Usage

grunt.initConfig({
    "update_submodules": {
        default: {
            options: {
                // default command line parameters will be used: --init --recursive
            }
        },
        withCustomParameters: {
            options: {
                params: "--force" // specifies your own command-line parameters
            }
        },
        withNoParameter: {
            options: {
                params: false // blanks command-line parameters
            }
        }
    }
});

License

Copyright (c) 2012 - 2014 Julian Aubourg Licensed under the MIT license.

Package Sidebar

Install

npm i grunt-update-submodules

Weekly Downloads

296

Version

0.4.1

License

none

Last publish

Collaborators

  • jaubourg