Fable.Multiverse 0.3.0

dotnet new install Fable.Multiverse::0.3.0                
This package contains a .NET Template Package you can call from the shell/command line.

Fable.Multiverse

<a href="https://www.nuget.org/packages/Fable.Multiverse"><img src="https://img.shields.io/nuget/dt/Fable.Multiverse?style=for-the-badge&logo=nuget"></a> <a href="https://www.nuget.org/packages/Fable.Multiverse"><img alt="NuGet Version" src="https://img.shields.io/nuget/v/Fable.Multiverse?style=for-the-badge"></a>

A template to get up and running as fast as possible with Fable and publishing to multiple languages.

On creation this template supports:

  • FSharp
  • JavaScript
  • TypeScript
  • Python
  • CSharp

Install

dotnet new install Fable.Multiverse


Create

  1. dotnet new fable.multiverse -n <project-name> --git-owner <git-owner>
  2. Follow the instructions in the README.md of the created project. 🎉

Overview

This template creates:

  • Build Project
    • Testing
    • Bundling
    • Publishing
    • Automatic index file creation
    • Code generator for C# access layer
  • Src Projects
    • F# Project
    • C# Access layer project
  • Test Projects
    • Fable.Pyxpecto Project
    • C# Xunit Project
    • Python pytest Project
    • JavaScript Mocha Project
  • TypeScript support for tests and publishing with types.
  • Dev Container support for VSCode

--

Publishing

  1. Increase version in Fable.Multiverse.fsproj

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0 190 6/20/2024
0.2.0 115 6/4/2024
0.1.0 98 6/3/2024