mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

Script to format app code #37

Open aalin opened 1 year ago

aalin commented 1 year ago

It would be useful to have a script that formats the application code.

These libraries are already included in the gemspec and support formatting:

What's missing is a CSS formatter, I don't know how difficult it would be to write one.

The idea is to run bin/mayu format in the project root and it would format all the files.