package spin

  1. Overview
  2. Docs
Project scaffolding tool and set of templates for Reason and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

spin-0.5.0.tbz
sha256=99368bedae2b37dc243027c49b8465ea4891864cf01a193d6b99751458428443
sha512=55de0b9d973ac6de9586950b314ef2d396c52e8cc61427b48c9b65a25770305053a2c274497649e37cb1b8584f9b3a2d2b9b03427437344ca250649ab51dc3c6

doc/spin.lib/Spin/Errors/index.html

Module Spin.Errors

exception Missing_env_var of Base.string
exception Incorrect_destination_path of Base.string
exception Incorrect_template_name of Base.string
exception Config_file_syntax_error
exception Current_directory_not_a_spin_project
exception Generator_does_not_exist of Base.string
exception Cannot_parse_template_file of Base.string
exception Cannot_access_remote_repository of Base.string
exception Generator_files_already_exist of Base.string
exception Subprocess_exited_with_non_zero of Base.string * Base.int
exception External_command_unavailable of Base.string
val handle_errors : (Base.unit -> 'a) -> 'a
type error = {
  1. doc : Base.string;
  2. exit_code : Base.int;
}
OCaml

Innovation. Community. Security.