nodejs script to recursively download all dependency cookbooks for a given target cookbook.
This script has been tested with:
- node v0.6.x and newer
Assuming you already have node and npm installed:
cd /path/to/chef-cookbook-dependency-downloader
npm install -d
The script requires you pass the path to your target cookbook when invoked as follows:
node downloader.js -c test-cookbook/
Included in the project, in the test-cookbook folder, is a metadata.json file taken from the chef-graphite cookbook created by Heavy Water
- Author:: Vik Bhatti ([email protected])