0.4.1 • Published 10 years ago

grunt-update-submodules v0.4.1

Weekly downloads
9,164
License
-
Repository
github
Last release
10 years ago

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.

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago