v0.0.9
This release introduces a few enhancements, but also some breaking changes.
- Switches prompting library to Inquirer.js which has a much more powerful API. Please reference it's documentation to see how to set up your
init.coffee
files. - Injects String.js into your ejs templates as an
S()
function. This is to allow you to do common string manipulation right out of the box. - Sprout now allows both remote sprout templates via a git repository or a local path
- Update to cujojs/when 3.0 for better promise action
- Additional test coverage