https://github.com/clj-commons/lein-marginalia
A Marginalia plugin to Leiningen
https://github.com/clj-commons/lein-marginalia
Last synced: 7 days ago
JSON representation
A Marginalia plugin to Leiningen
- Host: GitHub
- URL: https://github.com/clj-commons/lein-marginalia
- Owner: clj-commons
- Created: 2011-06-27T13:41:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T04:18:16.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:34:45.957Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 69
- Watchers: 13
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lein-marginalia
[](https://clojars.org/lein-marginalia)
A [Leiningen](https://leiningen.org/) plugin for [Marginalia](https://github.com/clj-commons/marginalia). You would most likely use this rather than Marginalia directly.
## Installation
### Leiningen 2
Add `[[lein-marginalia "0.9.2"]]` to the `:plugins` entry in
either your `project.clj` file or your `:user` profile.
### Leiningen 1
Add `[lein-marginalia "0.9.2"]` 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.2`.
## Usage
`$ lein marg ` in your project's root.
License
-------
Copyright (C) 2011-2023 Gary, Fogus, and contributors.
Distributed under the Eclipse Public License, the same as Clojure.