Steven Zeck

Results 77 comments of Steven Zeck

_From @cdfa on December 12, 2018 0:14_ I was using the cli. When it's installed locally, I can run it with `npx unibeautify`.

OK, yes, the CLI only looks for globally installed beautifiers via [g-search](https://github.com/TremayneChrist/npm-g-search), then loads them via [requireg](https://github.com/h2non/requireg). It would be an enhancement to add support for local installations.

@Glavin001 is there a package out there that searches or lists locally installed packages? I can't seem to find one.

Not really. Looking for something like this, only it searches in local: https://github.com/TremayneChrist/npm-g-search. Guess we could borrow that code and modify it to our needs...

_From @Glavin001 on June 26, 2018 14:27_ **tl;dr: I think with the help of https://github.com/zeit/pkg we can get what we want 😃.** --- > We would like to have the...

_From @Glavin001 on June 26, 2018 14:29_ @szeck87 this issue should be moved to https://github.com/unibeautify/unibeautify-cli . I do not (yet) know how, if you do not mind moving it for...

_From @Glavin001 on June 26, 2018 14:30_ Once we are done, we can update https://unibeautify.com/docs/editor-emacs.html and share with the world! 🎉

Unibeautify core has functions to get the language based on several criteria, including file extension. What are you trying to do with it in the CLI exactly?

The reason for passing the language is so users can beautify specific blocks of code. For example, they might want to beautify HTML code in a `.php` file. I'm not...

It shouldn't bee that complex of a file. https://github.com/Unibeautify/beautifier-eslint/blob/master/.travis.yml