Liking cljdoc? Tell your friends :D

k16.kmono.core.fs


find-package-directoriesclj

(find-package-directories root packages-glob)
source

find-project-rootclj

(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:

  1. The first directory containing a deps.edn file with a :kmono/workspace key present

or;

  1. The furthest directory containing a deps.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

or;

2) The furthest directory containing a `deps.edn` file.
sourceraw docstring

find-project-root!clj

(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.
sourceraw docstring

read-edn-file!clj

(read-edn-file! file-path)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close