yeoman / yo

CLI tool for running Yeoman generators
http://yeoman.io
BSD 2-Clause "Simplified" License
3.85k stars 399 forks source link

Promisify the codebase #509

Open sindresorhus opened 7 years ago

sindresorhus commented 7 years ago

Would be nice to cleanup the codebase to use promises instead of callbacks: https://github.com/yeoman/yo/search?utf8=%E2%9C%93&q=cb%28

Should probably wait on https://github.com/yeoman/generator/issues/1006.

patrick-motard commented 7 years ago

Would it be okay to use the bluebird promise library?

sindresorhus commented 7 years ago

If there's an actual need for the extra methods, sure.