Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

etalab/codegouvfr-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is archived.

Dependency checking has moved to codegouvfr-data, which see.

Generate codegouvfr dependencies data

“codegouvfr” stands for https://code.etalab.gouv.fr.

This repository helps creating json files with dependencies of all repositories. The json file is then used by codegouvfr frontend.

Generate the jar file

clj -A:jar
java -cp codegouvfr-deps.jar clojure.main -m core

Generate the binary file

Assuming GraalVM >19.3 is installed:

clj -A:native-image
./codegouvfr-deps

License

2020 DINUM, Bastien Guerry.

This application is published under the EPL 2.0 license.

Releases

No releases published

Packages

No packages published