(find-project-root)(find-project-root dir)(find-project-root dir current-root)Given a directory (or the cwd if non is supplied) try to find root of the clojure project.
This is either:
deps.edn file with a :kmono/workspace
key presentdeps.edn file.Given a directory (or the cwd if non is supplied) try to find root of the clojure project. This is either: 1) The first directory containing a `deps.edn` file with a `:kmono/workspace` key present 2) The furthest directory containing a `deps.edn` file.
(find-project-root!)(find-project-root! dir)This is the same as k16.kmono.core.fs/find-project-root but will throw an
exception if no project root can be found.
This is the same as [[k16.kmono.core.fs/find-project-root]] but will throw an exception if no project root can be found.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |