zapashcanon 9451bd9474
Some checks failed
build / build (push) Failing after 2m56s
add CI
2025-01-20 04:02:51 +01:00
2025-01-20 04:02:51 +01:00
2025-01-03 21:08:29 +01:00
2021-10-03 01:06:22 +02:00
2023-02-04 00:02:45 +01:00
2023-01-25 01:15:40 +01:00
2023-01-25 01:15:40 +01:00
2023-01-25 01:15:40 +01:00
2023-01-25 01:15:40 +01:00

gotd

gotd is an OCaml executable to quickly start an OCaml project.

Installation

gotd can be installed with opam:

opam install gotd

If you don't have opam, you can install it following the how to install opam guide.

If you can't or don't want to use opam, consult the opam file for build instructions.

Quickstart

$ gotd sozet

Will create a directory named sozet containing a skeleton OCaml project. In some places, there'll be some TODOs that you can fix later.

If you want to customize what's generated, simply write a configuration file for gotd in ${XDG_CONFIG_HOME:-~/.config}/gotd/config.scfg with the following content adapted to your needs:

author          "Léo Andrès <contact@ndrs.fr>"
bug_prefix      https://git.zapashcanon.fr/zapashcanon/
bug_suffix      /issues
doc_prefix      https://doc.zapashcanon.fr/
doc_suffix      ""
homepage_prefix https://git.zapashcanon.fr/zapashcanon/
homepage_suffix ""
license         ISC
maintainer      "Léo Andrès <contact@ndrs.fr>"
source_prefix   git+https://git.zapashcanon.fr/zapashcanon/
source_suffix   .git

When creating a project, the bug address will be bug_prefix ^ project_name ^ bug_suffix. E.g. on a project called sozet, with my configuration it would be https://git.zapashcanon.fr/zapashcanon/sozet/issues.

About

Description
No description provided
Readme
Languages
OCaml 93.4%
Dune 6.6%