| Name | Version | Related | 
|---|---|---|
| funcool/cuerdas | RELEASE | String manipulation | 
| metosin/reitit | 0.5.12 | Routes | 
| potemkin/potemkin | 0.4.5 | Helper | 
| com.draines/postal | 2.0.4 | |
| duct/server.http.jetty | 0.2.1 | WebServer | 
| seancorfield/next.jdbc | 1.1.613 | WebServer | 
| honeysql/honeysql | 1.0.444 | PostGreSQL | 
| nilenso/honeysql-postgres | 0.2.6 | PostGreSQL | 
| org.postgresql/postgresql | 42.2.2 | PostGreSQL | 
| crypto-password/crypto-password | 0.2.1 | Security | 
| Name | Version | Provide | 
|---|---|---|
| clj-kondo/clj-kondo | RELEASE | Tests | 
$ git clone git@github.com:Flexiana/framework.git; cd framework
$ ./script/auto.sh -y all
The first command will clone Flexiana/framework repository and jump to its directory. The second command
calls auto.sh script to perform the following sequence of steps:
./docker/sql-scripts/init.sql./docker/sql-scripts/test.sqlclj -X:test that will download the necessary Clojure
dependencies and executes unitary tests.See ./script/auto.sh help for more advanced options.
Remember it's necessary to have docker & docker-compose installed in your host machine. Docker daemon should be
running. The chain of commands fails otherwise. It should also be noted that after the first installation everything
will be cached preventing unnecessary rework, it's possible to run only the tests, if your development environment is
already up, increasing the overall productivity.
./script/auto.sh -y tests
clj -M:install
release.edn eg: "0.5.0-rc2"v prefix, like v0.5.0-rc2release.edn as dependency./example-tests.sh script. It will install the actual version of xiana, and go through the examples folder
for check-style and lein test.Can you improve this documentation? These fine people already did:
Krisztian Gulyas & Stas MakarovEdit on GitHub
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 |