(capitalize-parts s separator)
Returns a version of the string with capitalized parts, separated by separator
Returns a version of the string with capitalized parts, separated by `separator`
(key-length x)
Returns the length of the key of x
.
Returns the length of the key of `x`.
(plantuml-imports dir)
Returns a collection of vectors of all the PlantUML '*.puml' files in
the given directory dir
containing the path relative to the dir
and the base name of the import file.
Returns a collection of vectors of all the PlantUML '*.puml' files in the given directory `dir` containing the path relative to the `dir` and the base name of the import file.
(sprite-entry x)
Prepares sprite entry info from collection PlantUML imports.
Prepares sprite entry info from collection PlantUML imports.
(tech-name s)
Create a tech name from the sprite name s
.
Create a tech name from the sprite name `s`.
(write-csv file coll)
Writes the collection coll
in CSV format to file
.
Writes the collection `coll` in CSV format to `file`.
(write-sprite-map file coll)
Writes the collection coll
to file
.
Writes the collection `coll` to `file`.
(write-sprite-maps m)
Writes the tech to sprite mappings for the libs in the map m
.
Writes the tech to sprite mappings for the libs in the map `m`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close