Liking cljdoc? Tell your friends :D

grimoire.api.fs.impl

Filesystem datastore implementation details. This namespace is not part of the intentional API exposed in grimoire.api and should not be used by library client code.

Filesystem datastore implementation details. This namespace is not part of
the intentional API exposed in `grimoire.api` and should not be used by
library client code.
raw docstring

file?clj

(file? h)

thing->example-handleclj

(thing->example-handle c thing name)

Helper for getting a file handle for reading and writing a named example.

Helper for getting a file handle for reading and writing a named example.
raw docstring

thing->handleclj

(thing->handle cfg which thing)

Helper for grabbing handles for reading/writing.

:meta -> .edn file :related -> .txt :notes -> .md file :examples -> /examples/ :else -> /

Helper for grabbing handles for reading/writing.

:meta     -> .edn file
:related  -> .txt
:notes    -> .md file
:examples -> /examples/
:else     -> /
raw docstring

thing->meta-handleclj

(thing->meta-handle c thing)

Helper for getting a file handle for reading and writing meta

Helper for getting a file handle for reading and writing meta
raw docstring

thing->notes-handleclj

(thing->notes-handle c thing)

Helper for grabbing the handle of a notes file

Helper for grabbing the handle of a notes file 
raw docstring

thing->related-handleclj

(thing->related-handle c thing)

Helper for getting a file handle for reading and writing related files

Helper for getting a file handle for reading and writing related files
raw docstring

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

× close