practicalli / practicalli/clojure
Clojure CLI tool - use current path
Open
Nobody has claimed this yet.
clojure cli
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
You dont need to use a named path or even domain namespaces if you are just doing a quick hack. You can use the root directory for all your code. Probably not a great idea for a larger project than just hacking.
deps.edn
{:paths ["."]}
justcode.clj
(ns justcode)
(defn foo [x] (+ x 1))
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Clojure CLI example in deps.edn and justcode.clj. The issue does not name a documentation location or a specific requested change, so first identify where this guidance belongs. Done means the root-path example and its limitations are documented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100