Skip to content

clj-commons/lein-marginalia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

lein-marginalia

Clojars Project

A Leiningen plugin for Marginalia. You would most likely use this rather than Marginalia directly.

Installation

Leiningen 2

Add [[lein-marginalia "0.9.1"]] to the :plugins entry in either your project.clj file or your :user profile.

Leiningen 1

Add [lein-marginalia "0.9.1"] to your project.clj's :dev-dependencies or, install lein-marginalia as a user-level leiningen plugin by running $ lein plugin install lein-marginalia 0.9.1.

Usage

$ lein marg <args> in your project's root.

License

Copyright (C) 2011-2023 Gary, Fogus, and contributors.

Distributed under the Eclipse Public License, the same as Clojure.