Official templates for Spin.
- Reason 30.1%
- OCaml 25.1%
- JavaScript 23.4%
- Shell 8.8%
- Makefile 7.3%
- Other 5.3%
| .github | ||
| bs-react | ||
| cli | ||
| lib | ||
| native | ||
| ppx | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| test-template.sh | ||
This repository was used for Spin's official templates until version 0.6.0.
The official templates are now embedded in Spin.
Spin Templates
Official templates for Spin.
Native
| Template | Description | Build |
|---|---|---|
native |
A native project containing the minimum viable configurations. | |
cli |
Native command line interface. | |
lib |
A simple native library. | |
ppx |
A PPX library to be used in native or web applications. |
Bucklescript
| Template | Description | Build |
|---|---|---|
bs-react |
React Single-Page-Application in Reason. |