obahareth / are-you-es5

A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.
MIT License
276 stars 23 forks source link

Prettify CLI output #5

Open obahareth opened 5 years ago

obahareth commented 5 years ago

It might be a good idea to enhance the look and feel of the CLI output (perhaps with loading indicators?) and maybe make important bits (like the --no-regex-filtering option) bold. Having proper return codes is probably a good idea too.

I'm imagining this script being run in CI, so it should have friendlier output.

DanielHara commented 7 months ago

@obahareth, @depoulo

Hi there! 👋 First of all, thanks a lot for this package! It's really useful.

I'd like to dedicate a bit of time to do this 💻 . Before coming up with a pull request, I'd just like to ask if this issue is still current and if a PR to enhance the CLI output would still be welcome.

Thank you very much!

depoulo commented 7 months ago

Haha, hi Daniel, hope you're doing great! We're not using this package anymore.

DanielHara commented 7 months ago

Haha, hi Daniel, hope you're doing great! We're not using this package anymore.

@depoulo Hope you're doing great, as well! Yep, I can imagine that with the death of Internet Explorer and cool stuff like next, there will be less and less demand for this package. But just wondering, there are still 30k+ weekly downloads on npm: https://www.npmjs.com/package/are-you-es5, so someone must be using it.