Skip to content

Commit adc2669

Browse files
author
Bastien Guerry
committed
Remove subscribe-dsfr.clj and update directory structure
1 parent 1d27832 commit adc2669

File tree

3 files changed

+3
-1638
lines changed

3 files changed

+3
-1638
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33

44
# Presentation
55

6-
This repository contains various scripts related to [code.gouv.fr](https://code.gouv.fr):
7-
8-
- `subscribe-dsfr.clj` to deploy a ML subscription page - see [code.gouv.fr/infolettre](https://code.gouv.fr/infolettre/)
9-
- `codegouvfr-output-data.clj` to collect and output data from [ecosystem.code.gouv.fr](https://ecosystem.code.gouv.fr)
6+
This repository contains `codegouvfr-output-data.clj`, a script to collect and output data from [ecosystem.code.gouv.fr](https://ecosystem.code.gouv.fr).
107

118
# Prerequisites
129

13-
The scripts are written in [Clojure](https://clojure.org) with
10+
It is written in [Clojure](https://clojure.org) with
1411
[Babashka](https://babashka.org) and we recommend installing them with
1512
[bbin](https://github.com/babashka/bbin).
1613

@@ -24,16 +21,9 @@ This should take care of installing all you need:
2421

2522
# Installation
2623

27-
codegouvfr-output-data.clj:
28-
29-
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/codegouvfr-output-data.clj
30-
31-
subscribe-dsfr.clj:
32-
33-
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/subscribe-dsfr.clj
24+
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/codegouvfr-output-data.clj
3425

3526
# [Contributing](CONTRIBUTING.md)
36-
3727
# Support the Clojure(script) ecosystem
3828

3929
If you like Clojure(script), you can support the ecosystem by making a donation to [clojuriststogether.org](https://www.clojuriststogether.org).
File renamed without changes.

0 commit comments

Comments
 (0)