practicalli / practicalli/clojure

Clojure CLI tool - use current path

Open
#11 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.