0.4.0 • Published 8 years ago

grunt-install-workspace-deps v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

grunt-install-workspace-deps

Grunt task that npm install all dependencies of modules present in the same folder (workspace)

How it works?

Scan all folders inside your workspace folder looking for modules and npm install all dependencies.

Configuration

By default all folders in your workspace root folder are scanned for modules. If you want to change this behaviour, just set the modules option:

grunt.initConfig({
  "install-workspace-deps": {
    options: {
      modules: ["modules/*/*"]
    }
  }
});

License

Copyright (c) 2015 Sierra Wireless
Licensed under the MIT license.

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago