Lines of code statistics for vanity's sake
Modify the leiningen user-profile,
~/.lein/profiles.clj
to include:
{:user {:plugins [[lein-vanity "0.2.0"]]}}
$ 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 |
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.
Copyright © 2012-2016 Charles L.G. Comstock
Distributed under the MIT Public License, see LICENSE file