This repository contains various scripts related to code.gouv.fr:
subscribe-dsfr.cljto deploy a ML subscription page - see code.gouv.fr/infolettrecodegouvfr-output-data.cljto collect and output data from ecosystem.code.gouv.fr
The scripts are written in Clojure with Babashka and we recommend installing them with bbin.
This should take care of installing all you need:
~$ brew install babashka/brew/bbin
codegouvfr-output-data.clj:
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/codegouvfr-output-data.clj
subscribe-dsfr.clj:
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/subscribe-dsfr.clj
If you like Clojure(script), you can support the ecosystem by making a donation to clojuriststogether.org.
2023-2025 DINUM, Bastien Guerry.
The code is published under the EPL 2.0 license.