Skip to content

Releases: helpers/generator-helper

Release list

July 19, 2014

Choose a tag to compare

@pburtchaell pburtchaell released this 19 Jul 23:49

This release updates the yo helper generator to only generate one file, thus making the generator easier to use and more useful for Assemble projects..

If you need to generate more files, you can run yo helper:project, which will generate the following:

  • gruntfile.js/gulpfile.js
  • package.json
  • Mocha tests
  • Documentation with verb

Using this new project sub-generator is useful if you want to publish the helper to npm.