elmish / templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elmish templates

Templates

This repository contains the following templates:

Name Short Name Description
Fable.Template.Elmish.React fable-elmish-react This template will help set up a minimal elmish application to start a new project

How to use ?

⚠️ You can't use . or - in your project name. We are already tracking this issue and wait for a fix in dotnet template ⚠️

# First we install the template using the is Name
# For dotnet 1.x
dotnet new -i Fable.Template.Elmish.React::*
# For dotnet 2.x
dotnet new -i Fable.Template.Elmish.React

# Create a project called "awesome" using the Short Name of the template
# If you want to use yarn instead of npm add --yarn at the end of the command
dotnet new fable-elmish-react -n awesome -lang f#

# Move into your new project directory
cd awesome

Maintainers

To release a new version:

  1. Update the Release Notes
  2. Update the version in src/react/Fable.Template.Elmish.React.proj
  3. Run dotnet fsi build.fsx

About

License:Other


Languages

Language:JavaScript 54.4%Language:F# 40.9%Language:HTML 2.8%Language:TypeScript 1.1%Language:Sass 0.8%