IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.79k stars 348 forks source link

Beautify and Uglify Javascript #139

Open WasMachenSachen opened 4 years ago

WasMachenSachen commented 4 years ago

I hope I don't overlook anything and its already there. It Would be nice to beautify and uglify Javascript in Boop!

IvanMathy commented 4 years ago

Hey there! Thanks for the suggestion, it's definitely something I'd like to do, however it might prove pretty tricky to get going. I'll keep researching it and update this ticket if I get further along.

uhlhosting commented 3 years ago

This would be very welcomed for developers, to minify CSS, JS and PHP / HTML is a must in todays fast paced www.

korgoth commented 3 years ago

Thats the first thing that came to mind today when i stumbled upon this app. It would totally remove the need for using sites like unminify.com, jsonlint.com etc.

Looking forward to beautify/uglify feature :)

alexc155 commented 3 years ago

@IvanMathy Perhaps a library such as this:

https://github.com/beautify-web/js-beautify

There is a node version of the library - I believe Boop can use converted node libs?