Skip to content

Lines of code statistics for vanity's sake

License

Notifications You must be signed in to change notification settings

matthiaslange/lein-vanity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-vanity

Lines of code statistics for vanity's sake

Install

Modify ~/.lein/profiles.clj to include:

{:user {:plugins [[lein-vanity "0.2.0"]]}}

Usage

$ lein vanity
|                        :source | :LOC | :comment | :blank |
|--------------------------------+------+----------+--------|
|       src/leiningen/vanity.clj |   61 |        0 |      9 |
| test/leiningen/vanity_test.clj |   23 |        0 |      3 |
|                        - Total |   84 |        0 |     12 |

CLJS Support

Limited support for CLJS if using some forms of lein-cljsbuild configuration in the project.clj. The intent is to limit statistics to only those files in :source-paths, and :test-paths with a .clj or .cljs extension.

License

Copyright © 2012-2013 Charles L.G. Comstock

Distributed under the MIT Public License, see LICENSE file

About

Lines of code statistics for vanity's sake

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%