generator-vagrantchef

Yeoman generator for a project that uses Vagrant to set up a Ubuntu 14.04 box, provisioned with Chef Zero, and set up with a Travis YML file that also uses Chef Zero.

Usage no npm install needed!

<script type="module">
  import generatorVagrantchef from 'https://cdn.skypack.dev/generator-vagrantchef';
</script>

README

generator-vagrantchef

Yeoman generator for Vagrant + Chef + Travis

Vagrant box for developing on Ubuntu 14.04 Travis CI pre-configured to run Chef Zero Use the same cookbooks for development as integration

Build Status npm version

Usage

Install

Install required tools yo, gulp and bower:
npm install -g yo gulp bower
Install generator-vagrantchef:
npm install -g generator-vagrantchef

Run

Create a new directory, and go into:
mkdir my-new-project && cd $_
Run yo vagrantchef:
yo vagrantchef

License

MIT