Anyone knoe if there is something like pipx for js?
If I run `pipx install pelican[markdown]`, pipx create a new venv, install pelican[markdown] in it and symlink the scripts provided by the package in ~/.local/bin so they are isolated from my global python install and available in my path.
I would like the same with prettier as I have no idea how amy of the 5 js packaging system work and all I want is a formatter for html and css
Nevemind, prettier is broken. It stop with SyntaxError on link tag with a type text/css without double quote (firefox and chrome handle it without complaint so I would expect a formatter to fix it or ignore it, not act like a spoiled princess). It also go SyntaxError on html tag mixed with templating tag, which is not something I can fix easily.