Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelarsq/awesome-fsharp-project-templates
Awesome F# Project Templates 🔷💙💛🤍💚
https://github.com/adelarsq/awesome-fsharp-project-templates
List: awesome-fsharp-project-templates
dotnet fable-compiler fsharp templates
Last synced: 3 months ago
JSON representation
Awesome F# Project Templates 🔷💙💛🤍💚
- Host: GitHub
- URL: https://github.com/adelarsq/awesome-fsharp-project-templates
- Owner: adelarsq
- Created: 2022-07-28T22:15:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T13:52:22.000Z (8 months ago)
- Last Synced: 2024-05-23T09:02:44.150Z (5 months ago)
- Topics: dotnet, fable-compiler, fsharp, templates
- Homepage:
- Size: 35.2 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-fsharp-project-templates - Awesome F# Project Templates 🔷💙💛🤍💚. (Other Lists / PowerShell Lists)
README
# Awesome F# Project Templates
## Full Stack
- [Dzoukr/SAFEr.Template](https://github.com/Dzoukr/SAFEr.Template) - Strongly opinionated modification of amazing SAFE Stack Template for full-stack development in F#
- [Zaid-Ajaj/SAFE.Simplified](https://github.com/Zaid-Ajaj/SAFE.Simplified) - Lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
- [JordanMarr/fable-lit-fullstack-template](https://github.com/JordanMarr/fable-lit-fullstack-template) - SAFE-style template with Fable.Lit, Fable.Remoting and Giraffe## Server Side
### .NET Core
- [adelarsq/hotchocolate_fsharp_sample](https://github.com/adelarsq/hotchocolate_fsharp_sample) - GraphQL server using .NET 5, F# and Hot Chocolate
### Falco
- [pimbrouwers/Falco](https://github.com/pimbrouwers/Falco/tree/master/templates) - official template for Falco
- [jasiozet/falco-api-with-tests-template](https://github.com/jasiozet/falco-api-with-tests-template) - Falco API with tests (xUnit, FsUnit) basic template### Giraffe
- [giraffe-fsharp/giraffe-template](https://github.com/giraffe-fsharp/giraffe-template) - official template for Giraffe
### Suave
- [adelarsq/suave_graphql_sample](https://github.com/adelarsq/suave_graphql_sample) - Suave GraphQL Sample
### Oxpecker
- [Oxpecker CRUD example](https://github.com/Lanayx/Oxpecker/tree/develop/examples/CRUD)
## List
### AutoCad
- [gileCAD/AutoCAD-Fsharp-Project-Template](https://github.com/gileCAD/AutoCAD-Fsharp-Project-Template) - F# Visual Studio Project Template for an AutoCAD Plugin
### Azure
- [AlbertoDePena/azure-function-fsharp-template](https://github.com/AlbertoDePena/azure-function-fsharp-template) - Azure Functions Starter - F#
### Console
- [EluciusFTW/fsharp-spectre-console-template](https://github.com/EluciusFTW/fsharp-spectre-console-template) - FSharp Spectre.Console Template
### Discord
- [yellowsink/fsharp-discord-bot](https://github.com/yellowsink/fsharp-discord-bot) - Basic template for writing functional discord bots in F#
### Excel
- [Zaid-Ajaj/ExcelPluginTemplate](https://github.com/Zaid-Ajaj/ExcelPluginTemplate) - Template project to create Excel Add-ins with F# and ExcelDNA
### Fable
- [jasiozet/fable-feliz-template](https://github.com/jasiozet/fable-feliz-template) - Fable, Feliz, DaisyUI, Vite project starter
- [MangelMaxime/template-gitpod-fable-3-vite-react](https://github.com/MangelMaxime/template-gitpod-fable-3-vite-react) - Fable 3 template on Gitpod
- [rastreus/FableStarter](https://github.com/rastreus/FableStarter) - Elmish F# Fable template that uses Tailwind for styling, the Vite bundler, the Vitest test runner and Storybook
- [ImaginaryDevelopment/Fable.Static](https://github.com/ImaginaryDevelopment/Fable.Static) - Base template for writing static sites using F# JavaScript with Fable, and pushing it up to GitHub pages### GTK
- [kxkx5150/Fsharp-GTK](https://github.com/kxkx5150/Fsharp-GTK) - F# GTK VSCode Template
### Libs
- [stscoundrel/dotnet-fs-template](https://github.com/stscoundrel/dotnet-fs-template) - Template for F# .NET library with CI/CD
- [TheAngryByrd/MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold) - F# Template for creating and publishing libraries targeting .NET 6.0 `net6.0` or console apps .NET 6.0 `net6.0`
- [TheAngryByrd/Fable.Template.Library](https://github.com/TheAngryByrd/Fable.Template.Library) - F# Template for create and publishing Fable Libraries### Mobile
- [fabulousfx/FSharp.Mobile.Templates](https://github.com/fabulousfx/FSharp.Mobile.Templates) - Mobile templates for .NET 6.0 / F# 6.0
### MonoGame
- [romanov/monogame-fsharp](https://github.com/romanov/monogame-fsharp) - MonoGame project template in F#
- [paavohuhtala/monogame-fsharp-example](https://github.com/paavohuhtala/monogame-fsharp-example) - Project template for MonoGame + F# + .NET Core### NodeJS
- [scally/fable-node-template](https://github.com/scally/fable-node-template) - Minimalistic dotnet template for new nodejs projects in F#/Fable
### PowerShell
- [brianary/PSModuleTemplate](https://github.com/brianary/PSModuleTemplate) - .NET Core template for a binary F# PowerShell module
### React Native
- [martinmoec/fable-react-native-template](https://github.com/martinmoec/fable-react-native-template) - Fable React Native App using F#, .NET Core and Yarn
- [bobcat-pixel/fable-expo](https://github.com/bobcat-pixel/fable-expo) - Expo template for F# + Fable React Native### SDL
- [kxkx5150/Fsharp-SDL2](https://github.com/kxkx5150/Fsharp-SDL2) - F# SDL2 VSCode Template