Unibeautify / unibeautify

One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
https://unibeautify.com/
MIT License
544 stars 41 forks source link

Support local installations of beautifiers #213

Closed cdfa closed 5 years ago

cdfa commented 5 years ago

Is your feature request related to a problem? Please describe. Yes, I was trying to get this working for a project where in which the dev-dependencies state everything I'm using to develop the project except for editor specific stuff, but unibeautify seems to be unable to find beautifiers (like beautifier-js-beautify) when they are installed locally.

Describe the solution you'd like Support locally installed beautifiers.

Describe alternatives you've considered

Additional context

stevenzeck commented 5 years ago

@cdfa are you using the CLI, VSCode plugin or just calling it via Node?

cdfa commented 5 years ago

I was using the cli. When it's installed locally, I can run it with npx unibeautify.

stevenzeck commented 5 years ago

This issue was moved to Unibeautify/unibeautify-cli#120