Waypoint 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install Waypoint::0.0.1
This package contains a .NET Template Package you can call from the shell/command line.

Opinionated F# OSS solution scaffold created by Ionide initative

  • .NETStandard 2.0

    • 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.3.0 4,604 6/8/2020
0.2.0 2,577 5/18/2020
0.1.0 2,366 4/7/2020
0.0.2 2,747 3/5/2020
0.0.1 2,491 3/5/2020

Initial release
What's included:
- Paket, FAKE, and Fornax added as `dotnet` local tools (`.config/dotnet-tools.json`)
- `build.fsx` file, containing default FAKE script with targets for building, testing, documentation generation, publishing to GitHub, and publishing to NuGet
- `paket.dependencies` with basic set of dependencies
- `src` folder containing 2 projects - one class library (`netstandard2.0`), and CLI tool (`netcoreapp3.1`)
- `test` folder containing UnitTest project using Expecto and FsCheck
- `docs` folder with Fornax documentation template that will generate nice documentation for your project.
- `.devcontainer` folder with definition of [Development Container](https://code.visualstudio.com/docs/remote/containers)
- `.github/workflows` folder with definition for 2 GitHub actions - one for building and testing code as CI, one for deploying documentation when new tag is pushed. To use latter, you need to define `PERSONAL_TOKEN` secret in GitHub repo settings with Personal Access Token.
- `.github/ISSUE_TEMPLATE` folder with 2 different issue templates - one for bug report, other one for feature request