yeoman / doctor

Detect potential issues with users system that could prevent Yeoman from working correctly
http://yeoman.io
BSD 2-Clause "Simplified" License
61 stars 17 forks source link

Use `yo-doctor` instead of `yodoctor` #44

Closed LitoMore closed 5 years ago

LitoMore commented 5 years ago

Currently the bin command is yodoctor, maybe yo-doctor is more readable?

sindresorhus commented 5 years ago

I would be in favor of that as it's more readable.

sindresorhus commented 5 years ago

@SBoudrias ?

SBoudrias commented 5 years ago

Yeah, I'm okay with this change. And it shouldn't have side effects as the command is only used on post-install script right?

We just need to make sure we don't break backward compatibility when we release it.

LitoMore commented 5 years ago

Sure, we just need to update the major version for this change.