Feersum.Templates 0.4.0

dotnet new install Feersum.Templates@0.4.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Feersum.Templates

About

Feersum Scheme template pack.

Feersum Scheme is a Scheme implementation that compiles to .NET. Feersum provides a command line tool for batch compliation, a Scheme REPL, and a .NET SDK for MSBuild support.

Installation

As a .NET Tool

dotnet tool install -g Feersum

You can then start the REPL with feersum-scheme.

As an MSBuild SDK

Set the SDK in your Project:


<Project Sdk="Feersum.Sdk/0.4.0">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="program.scm" />
  </ItemGroup>
  
</Project>

Or drop the /0.4.0 and add the following to your global.json:

{
  "msbuild-sdks": {
    "Feersum.Sdk": "0.4.0"
  }
}

As a Library

Add a package reference to your project:

dotnet add package Feersum.CompilerServices

Or include in your .csproj or .fsproj:

<PackageReference Include="Feersum.Templates" Version="0.4.0" />

Documentation

License

MIT License - see LICENSE file in the repository for details.

This package has no dependencies.

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.4.0 182 4/25/2026
0.3.2 191 4/15/2026
0.3.0 235 3/5/2026
0.2.7 606 7/1/2024
0.2.6 1,126 6/20/2023
0.2.5 880 12/4/2021
0.2.4 811 11/12/2021
0.2.3 886 10/24/2021
0.2.2 842 10/18/2021