Official templates for Spin.
  • Reason 30.1%
  • OCaml 25.1%
  • JavaScript 23.4%
  • Shell 8.8%
  • Makefile 7.3%
  • Other 5.3%
Find a file
2020-05-16 16:39:28 +02:00
.github Remove Bucklescript tests from ppx template 2020-03-16 21:27:32 -04:00
bs-react Add git attribute to ignore syntax for spin files 2020-03-14 12:39:17 -04:00
cli Remove base from opam files 2020-04-13 00:40:27 -04:00
lib Remove base from opam files 2020-04-13 00:40:27 -04:00
native Remove base from opam files 2020-04-13 00:40:27 -04:00
ppx Remove base from opam files 2020-04-13 00:40:27 -04:00
.gitignore Add a script to generate all combination of a template 2020-03-10 19:14:01 -04:00
LICENSE Create LICENSE 2020-01-14 20:50:51 -05:00
README.md Add message for embedded templates 2020-05-16 16:39:28 +02:00
test-template.sh Comment out github publishing in test script 2020-04-12 15:52:23 -04:00

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. Actions Status
cli Native command line interface. Actions Status
lib A simple native library. Actions Status
ppx A PPX library to be used in native or web applications. Actions Status

Bucklescript

Template Description Build
bs-react React Single-Page-Application in Reason. Actions Status