https://github.com/tmattio/spin-templates
Official templates for Spin.
https://github.com/tmattio/spin-templates
ocaml reason spin-templates
Last synced: 29 days ago
JSON representation
Official templates for Spin.
- Host: GitHub
- URL: https://github.com/tmattio/spin-templates
- Owner: tmattio
- License: mit
- Archived: true
- Created: 2019-11-27T01:14:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T14:39:33.000Z (about 5 years ago)
- Last Synced: 2025-05-05T18:40:46.695Z (about 1 month ago)
- Topics: ocaml, reason, spin-templates
- Language: Reason
- Homepage: https://github.com/tmattio/spin
- Size: 363 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - spin-templates
README
> 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`](./native) | A native project containing the minimum viable configurations. |  |
| [`cli`](./cli) | Native command line interface. |  |
| [`lib`](./lib) | A simple native library. |  |
| [`ppx`](./ppx) | A PPX library to be used in native or web applications. |  |## Bucklescript
| Template | Description | Build |
| ------------------------ | ---------------------------------------- | -------------------------------------------------------------------------------------- |
| [`bs-react`](./bs-react) | React Single-Page-Application in Reason. |  |