Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for deps.edn projects #179

Closed
rads opened this issue Jul 11, 2023 · 1 comment · Fixed by #189
Closed

Add instructions for deps.edn projects #179

rads opened this issue Jul 11, 2023 · 1 comment · Fixed by #189

Comments

@rads
Copy link

rads commented Jul 11, 2023

The docs make it look like it's a Leiningen-only plugin, but it works fine with the latest Clojure tooling:

$ clojure \
    -Sdeps '{:deps {marginalia/marginalia {:mvn/version "0.9.1"}}}' \
    -M -m marginalia.main

Generating Marginalia documentation for the following source files:
   /Users/rads/biff-lit/src/com/example/test.clj
   /Users/rads/biff-lit/src/com/example/worker.clj
   /Users/rads/biff-lit/src/com/example/schema.clj
   /Users/rads/biff-lit/src/com/example/repl.clj
   /Users/rads/biff-lit/src/com/example/ui.clj
   /Users/rads/biff-lit/src/com/example/middleware.clj
   /Users/rads/biff-lit/src/com/example/email.clj
   /Users/rads/biff-lit/src/com/example/app.clj
   /Users/rads/biff-lit/src/com/example/settings.clj
   /Users/rads/biff-lit/src/com/example/home.clj
   /Users/rads/biff-lit/src/com/example.clj

Done generating your documentation in ./docs
tsmacdonald added a commit that referenced this issue May 3, 2024
tsmacdonald added a commit that referenced this issue May 3, 2024
* Git-ignore .cpcache

* Add instructions for deps.edn

[Fixes #179]
@tsmacdonald
Copy link
Collaborator

Done, thanks for bringing this up @rads !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants