Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 245 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 245 Bytes

What?

SQL formatter thing. No more, no less.

Why?

Why not.

How?

Clone the repo to a directory and then inside that directory:

composer install
php -S 127.0.0.1:5000 -t web

visit 127.0.0.1:5000