Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmattio/spin-templates
Official templates for Spin.
https://github.com/tmattio/spin-templates
ocaml reason spin-templates
Last synced: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T14:39:33.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:29:25.265Z (6 months ago)
- Topics: ocaml, reason, spin-templates
- Language: Reason
- Homepage: https://github.com/tmattio/spin
- Size: 363 KB
- Stars: 17
- Watchers: 4
- 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. | ![Actions Status](https://github.com/tmattio/spin-templates/workflows/native/badge.svg) |
| [`cli`](./cli) | Native command line interface. | ![Actions Status](https://github.com/tmattio/spin-templates/workflows/cli/badge.svg) |
| [`lib`](./lib) | A simple native library. | ![Actions Status](https://github.com/tmattio/spin-templates/workflows/lib/badge.svg) |
| [`ppx`](./ppx) | A PPX library to be used in native or web applications. | ![Actions Status](https://github.com/tmattio/spin-templates/workflows/ppx/badge.svg) |## Bucklescript
| Template | Description | Build |
| ------------------------ | ---------------------------------------- | -------------------------------------------------------------------------------------- |
| [`bs-react`](./bs-react) | React Single-Page-Application in Reason. | ![Actions Status](https://github.com/tmattio/spin-templates/workflows/bs-react/badge.svg) |