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 - Latest Release

Published by mshima 11 months ago

yo -

Published by mshima 12 months ago

  • update yeoman-environment to v4.0.0 (#793) 8749847

https://github.com/yeoman/yo/compare/v4.3.1...v5.0.0-beta.0

yo - 4.3.1

Published by mischah almost 2 years ago

  • Remove insight module for now (#771) 1163e5d
  • Add dependabot config (#684) f7c0be1
  • Update dependencies

https://github.com/yeoman/yo/compare/v4.3.0...v4.3.1

yo -

Published by mshima about 3 years ago

  • Bump yeoman-doctor to 5.0.0 9e741c1
  • Bump yeoman-environment to 3.5.1 and unlock minor versions bump. e0a6ddc

https://github.com/yeoman/yo/compare/v4.2.0...v4.3.0

yo -

Published by mshima over 3 years ago

  • Bump yeoman-environment to 3.4.0. (#668) fd60f16

https://github.com/yeoman/yo/compare/v4.1.0...v4.2.0

yo -

Published by mshima over 3 years ago

  • Bump yeoman-environment to 3.3.0 (#666) 967c2e1
    Drops dependency with node 16 conflict.

https://github.com/yeoman/yo/compare/v4.0.0...v4.1.0

yo -

Published by mshima over 3 years ago

First stable yo@4 stable release.

  • Bump yeoman-environment to 3.2.0. 263a96a

https://github.com/yeoman/yo/compare/v4.0.0-beta.0...v4.0.0

yo -

Published by mshima over 3 years ago

Breaking changes

  • Bump minimum require node to 12.10.0 62b5be2

Features/Improvements

  • Bump yeoman-environment to 3.1.0 fd92eb8, d8049ec
  • Convert router to Promises/async. 2598967
  • Switch from listening to error event to catch rejected promise 5d533d7
  • Lookup is a sync method at environment 2.x and 3.x. ec362f3
  • Fix security warnings.

https://github.com/yeoman/yo/compare/v3.1.1...v4.0.0-beta.0

yo -

Published by SBoudrias over 5 years ago

Now expose a --local-only flag to skip loading generators from the global npm install path.

yo -

Published by SBoudrias over 5 years ago

  • Dropped support for Node 6
  • Fix bug with our proxy tunnel on latest Node.js version
yo - v2.0.6

Published by mischah over 5 years ago

Fix running yo caused by a regression in insight #613

yo -

Published by SBoudrias over 6 years ago

Upgrade to latest proxy tunnel agent

yo -

Published by SBoudrias over 6 years ago

  • Fix search description
yo -

Published by SBoudrias over 6 years ago

Automatically setup http proxy tunneling to hopefully improve experience for users behind corporate proxies.

The tunneling is handled by https://github.com/np-maintain/global-tunnel - check out this module if you need further instruction to set it up.

yo -

Published by SBoudrias over 6 years ago

  • Fix bugs with Node 8
yo -

Published by SBoudrias over 7 years ago

  • Drop Node < 4 support
  • Bump yeoman-environment to 2.0
  • Minor fixes and improvements
yo -

Published by SBoudrias about 8 years ago

  • Fix bug where selecting no generators to update will update every global packages.
yo -

Published by SBoudrias over 8 years ago

Fix bug where subgenerator containing the app string in their name could be mistaken for the main generator.

yo -

Published by SBoudrias over 8 years ago

Update the autocompletion tool to fix some issues for people using bash.

yo -

Published by SBoudrias over 8 years ago

  • Add support for autocompletion! yo <press tab>