Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 721 Bytes

README.md

File metadata and controls

48 lines (24 loc) · 721 Bytes

bleach

Whitens unsightly code.

Installation

Add bleach to your project.clj file:

    :dependencies [[bleach "0.0.11"]]
    :plugins [[bleach "0.0.11"]]

Usage

You can bleach your code like this:

$ lein bleach src/helloworld/core.clj

When you bleach your code, it continues to work as it did before, only now it looks like:

(use 'bleach.core) #bleach/ed "










"

Acknowledgements

This is very much inspired by Damian Conway's Perl module Acme::Bleach

License

Copyright © 2013 J. David Lowe

Distributed under the Artistic License