yo

CLI tool for running Yeoman generators

BSD-2-CLAUSE License

Downloads
829.2K
Stars
3.8K
Committers
59

Bot releases are hidden (Show)

yo -

Published by SBoudrias almost 11 years ago

  • yo should now have an easier time searching for your generators. It walks local tree recursively searching for node_modules/ folders. It then use NODE_PATH env variable to load global generators, if not available, we fallback to our best guests. So, make sure to check your NODE_PATH variable is valid.
  • We now include a debugging command to help you troubleshoot common issues. This script is run each time you install or update yo. You can always call it manually running yo doctor.