/ocaml-template

Template for an ocaml project

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

About

To use:

# -n: required, name
# -r: optional, will push branch to the remote if provided
# -d: optional, description for generated README.org.
#               Can be multi-line string.
# Additional deps are optional.

$ scripts/genesis -n <project name> -r <git remote> -d <description> [dep1 [dep2 ... depn]]