MiniScaffold 0.37.1

Edit this page

MiniScaffold


What is MiniScaffold?

This is an F# Template for:

Why use MiniScaffold?

This takes away the ambiguity that developers face when creating an OSS project. Such as:

What does this include in the box?

All project types

For Libraries

For Applications


Getting started quickly

Install the dotnet template from NuGet:

dotnet new -i "MiniScaffold::*"

I want to build a library

dotnet new mini-scaffold -n MyCoolNewLib --githubUsername MyGithubUsername

I want to build a console application

dotnet new mini-scaffold -n MyCoolNewApp --githubUsername MyGithubUsername -ou console

Tutorials

Takes you by the hand through a series of steps to create your first library.

How-To Guides

Guides you through the steps involved in addressing key problems and use-cases.

Explanations

Discusses key topics and concepts at a fairly high level and provide useful background information and explanation..

Reference

Contain technical references.