Skip to content

1.2.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 19 Jun 05:37
· 334 commits to main since this release
$ npm update --global yo

Features

  • You can now update more than one generator at a time (just select those you want to update)
  • New yo --generators feature that'll list every available generator.
  • When using sudo, yo will automatically try to use a safe user id - Should fix #101
  • yo now greets you using your name - what a nice touch!

Updates

  • Now based on the latest yeoman-generator 0.17
  • New goodbye message
  • New update notifier message

If you want to use similar yeoman customized message in your own generator, checkout yeoman/yosay

Fixes