Liking cljdoc? Tell your friends :D

automaton-build.project.config

Loads project configuration file.

Loads `project` configuration file.
raw docstring

automaton-build.project.configuration

Configuration parameters, stored in configuration file. This namespace is the entry point to call conf

Configuration parameters, stored in configuration file.
This namespace is the entry point to call conf
raw docstring

automaton-build.project.impl.clever-cloud-deploy

Code here is regarding all interactions with clever cloud. Design decision: Interaction with clever cloud is by using git.

Alternatively it could be done by using clever CLI, but currently we don't need any features that can't be done by simply manipulating the repository in the git. Which is a simpler option in terms of complexity (no need for API to check), while still being flexible (a lot of options to manipulate in git). Additionally this doesn't require to install the clever cloud cli.

Code here is regarding all interactions with clever cloud.
Design decision:
Interaction with clever cloud is by using git.

Alternatively it could be done by using clever CLI, but currently we don't need any features that can't be done by simply manipulating the repository in the git. Which is a simpler option in terms of complexity (no need for API to check), while still being flexible (a lot of options to manipulate in git). Additionally this doesn't require to install the clever cloud cli.
raw docstring

automaton-build.project.impl.config-files

Simple configuration based on files Data can be set in java property heph-conf, if more files are needed you can pass them separated by ,

Simple configuration based on files
Data can be set in java property `heph-conf`, if more files are needed you can pass them separated by `,`
raw docstring

automaton-build.project.map

The project map gathers all useful informations for a project

The project map gathers all useful informations for a project
raw docstring

automaton-build.project.versioning

Code related to app versioning, holds current strategy for versioning

Code related to app versioning, holds current strategy for versioning
raw docstring

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

× close