0.2.0 • Published 10 years ago

grunt-install-dependencies v0.2.0

Weekly downloads
980
License
-
Repository
github
Last release
10 years ago

grunt-install-dependencies Build Status

Install and update npm dependencies.

Getting Started

This plugin requires Grunt ~0.4.0

Install the plugin with this command:

npm install grunt-install-dependencies --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-install-dependencies');

Install Dependencies task

Run this task with the grunt install-dependencies command.

Settings

There are a number of options available.

options.stdout

Type: Boolean Default: true

Show stdout in the terminal.

options.stderr

Type: Boolean Default: true

Show stderr in the terminal.

options.failOnError

Type: Boolean Default: true

Instructs the install-dependencies task to fail the grunt run if an error occurs while updating dependencies.

options.cwd

Type: String Default: (none) - runs in current directory

Defines the working directory to run 'npm install' (relative path)

0.2.0

10 years ago

0.1.0

11 years ago

0.0.1

11 years ago