Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.95 KB

Devmind Beautifier Scrutinizer Code Quality Build Status Maintainability

Devmind.io code beautifier now in Atom

Makes your code look better. Available for php, javascript, golang, json, scss, less, typescript, css, clojure, ruby and html. No configuration needed, use straightaway.

Installation

Installation is not needed because this package uses the Devmind.io API, which uses the universal code beautifier project, that's why you don't need to configure anything.

But if you want to host it yourself, go to https://github.com/LukasMeine/universal-code-beautifer and follow the instructions.

After you have it up and running, you will need to change the url that devmind beautifier uses to serve your beautified files.

So, go to the /lib/devmind-beautifier.js file and replace the following line of code for your own url

var url = "https://beautifier.devmind.io/format"; //change that to your own url

Proudly released under MIT license

Before

screen1

After

screen2