Liking cljdoc? Tell your friends :D

lein-cprint

This Leiningen plugin pretty-prints a representation of the project map much like lein-pprint, but uses Puget to colorize the output.

Usage

Releases are published on Clojars. To use the latest version with Leiningen, add the following plugin to your user profile:

Clojars Project

Now you can call the plugin to show the whole project map:

$ lein cprint

You can also pass arguments to select specific keys from the project map:

$ lein cprint :repositories :deploy-repositories

Vector arguments can be used to get nested elements from the project:

$ lein cprint '[:profiles :dev :dependencies]'

License

This is free and unencumbered software released into the public domain. See the UNLICENSE file for more information.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close