MiniScaffold 0.33.0-alpha008

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

MiniScaffold

What is MiniScaffold?

This is an F# Template for:

  • creating and publishing libraries targeting .NET 6.0 net6.0
  • creating and publishing applications targeting .NET 6.0 net6.0

Why use MiniScaffold

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

  • How do I structure my project?
  • How do I create repeatable builds?
  • Which test framework should I use?
  • How do I create releases easily?
  • What Issue/Pull Request templates should I use?
  • How should I go about creating documentation?
  • How do I get CI/CD setup easily?
  • What's the standard .gitignore file?
  • What other things would make it easier for me when starting off creating a project I might not even know about?

What does this include in the box?

All project types

For Libraries

For Applications

  • Basic argument parsing example via Argu
  • Builds a net6.0 application - Target Frameworks
    • To build for net6.0
  • Builds for win-x64, osx-x64 and linux-x64 - Runtime Identifiers. Bundles the application via dotnet-packaging
    • Bundles the win-x64 application in a .zip file.
    • Bundles the osx-x64 application in a .tar.gz file.
    • Bundles the linux-x64 application in a .tar.gz file.

Getting started quickly

Install the dotnet template from NuGet:

dotnet new install "MiniScaffold::*"

Then choose:

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

The scaffold defaults to using the main branch for releases. If you release from a different branch, you can use the --releaseBranch <branch name> parameter to use your release branch instead of the default.


Builds

GitHub Actions
GitHub Actions
Build History

NuGet

Stable Prerelease
NuGet Badge NuGet Badge

Options

githubUserName

This is used to automatically configure author information in the NuGet package, as well as configure push urls for repo locations.

outputType

Defaults to Library

When set to either Console or Library project and the supporting infrastructure around their respective types.


Known issues

Permission denied

-bash: ./build.sh: Permission denied

This is because dotnet template loses permissions of files. (https://github.com/TheAngryByrd/MiniScaffold/pull/37) added a post hook to address this but this only fixes it for dotnet sdk 2.x users. dotnet sdk 1.x will need to run chmod +x ./build.sh

Appveyor badge not scaffolded correctly

Appveyor's conventions around generating URLs based on the project name has some nuances. See this issue for details.


Example Projects using this template:
This project uses the following projects:
  • .NETStandard 0.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.38.0 175 12/7/2024
0.38.0-beta001 102 12/7/2024
0.37.1 3,608 11/19/2023
0.37.0 882 10/25/2023
0.36.2 309 10/22/2023
0.36.1 247 10/21/2023
0.36.0 751 10/6/2023
0.35.2 289 9/18/2023
0.35.0 229 9/18/2023
0.34.2 272 9/14/2023
0.34.1 218 9/5/2023
0.34.0 436 6/9/2023
0.33.0 188 6/7/2023
0.33.0-alpha009 221 6/7/2023
0.33.0-alpha008 193 6/7/2023
0.33.0-alpha007 224 6/7/2023
0.33.0-alpha006 237 6/7/2023
0.33.0-alpha005 231 6/7/2023
0.33.0-alpha004 191 6/7/2023
0.32.0 1,011 9/17/2022
0.32.0-beta001 285 9/17/2022
0.31.1 710 4/29/2022
0.31.1-beta001 294 4/29/2022
0.31.0 609 2/6/2022
0.31.0-beta001 327 2/6/2022
0.30.0 557 1/18/2022
0.30.0-beta001 241 1/18/2022
0.29.1 547 10/11/2021
0.29.1-beta001 283 10/11/2021
0.29.0 464 9/29/2021
0.29.0-beta001 269 9/29/2021
0.28.0 2,527 6/3/2021
0.27.0 469 5/28/2021
0.27.0-beta002 300 5/28/2021
0.27.0-beta001 265 5/28/2021
0.26.4 480 5/25/2021
0.26.4-beta001 301 5/25/2021
0.26.3 632 3/14/2021
0.26.3-beta001 356 3/14/2021
0.26.2 623 1/22/2021
0.26.1 526 1/19/2021
0.26.1-beta001 322 1/19/2021
0.26.0 537 1/5/2021
0.26.0-beta001 308 1/5/2021
0.25.1 625 11/11/2020
0.25.0 866 7/25/2020
0.25.0-beta001 422 7/25/2020
0.24.4 721 5/9/2020
0.24.3 682 5/9/2020
0.24.2 681 5/1/2020
0.24.1 632 4/23/2020
0.24.0 658 3/26/2020
0.23.5 649 3/24/2020
0.23.4 655 3/8/2020
0.23.3 702 2/24/2020
0.23.2 625 2/24/2020
0.23.1 637 2/24/2020
0.23.0 681 2/13/2020
0.23.0-beta001 477 2/7/2020
0.22.4 775 1/23/2020
0.22.3 681 1/15/2020
0.22.2 706 1/3/2020
0.22.1 710 12/26/2019
0.22.0 730 12/26/2019
0.22.0-beta001 530 12/26/2019
0.21.5 689 12/24/2019
0.21.4-beta001 502 12/24/2019
0.21.3 683 12/21/2019
0.21.2 697 12/21/2019
0.21.1 697 12/16/2019
0.21.0 671 12/13/2019
0.20.2 704 12/13/2019
0.20.1 688 11/26/2019
0.20.0 698 10/22/2019
0.19.2 673 10/22/2019
0.19.1 671 10/21/2019
0.19.0 702 9/24/2019
0.18.0 685 9/20/2019
0.17.1 917 6/4/2019
0.16.4 804 5/20/2019
0.16.3 743 5/17/2019
0.16.2 740 5/17/2019
0.16.1 732 5/9/2019
0.16.0 784 5/8/2019
0.15.1 874 5/3/2019
0.15.0 850 5/2/2019
0.14.2 815 5/2/2019
0.14.2-beta002 625 5/2/2019
0.14.2-beta001 632 5/2/2019
0.14.1 832 4/9/2019
0.14.0 982 2/19/2019
0.14.0-beta001 645 2/18/2019
0.13.0 988 1/9/2019
0.12.1 862 1/9/2019
0.12.0 1,199 9/11/2018
0.11.0 964 8/30/2018
0.11.0-beta002 707 8/30/2018
0.11.0-beta001 711 8/30/2018
0.10.0 1,042 8/18/2018
0.9.7 1,027 8/18/2018
0.9.6 993 8/10/2018
0.9.5 1,323 7/9/2018
0.9.4 1,340 6/22/2018
0.9.3 1,420 6/1/2018
0.9.2 1,338 6/1/2018
0.9.1 1,421 5/15/2018
0.9.0 1,374 5/14/2018
0.8.1 1,410 4/9/2018
0.8.0 1,463 3/20/2018
0.8.0-alpha002 1,094 3/20/2018
0.8.0-alpha001 1,153 3/20/2018
0.7.1 1,385 3/20/2018
0.7.0 1,384 3/16/2018
0.6.1 1,369 3/11/2018
0.6.0 1,371 3/7/2018
0.6.0-beta001 1,131 3/6/2018
0.5.2 1,401 3/1/2018
0.5.2-beta001 1,126 2/25/2018
0.5.1 1,380 2/25/2018
0.5.1-beta001 1,133 2/25/2018
0.5.0 1,451 2/15/2018
0.5.0-beta004 1,118 2/12/2018
0.5.0-beta003 1,135 2/12/2018
0.5.0-beta002 1,145 2/12/2018
0.5.0-beta001 1,119 2/10/2018
0.4.1 1,430 2/10/2018
0.4.1-beta003 1,145 2/10/2018
0.4.1-beta002 1,394 2/9/2018
0.4.1-beta001 1,158 2/9/2018
0.4.0 1,409 1/13/2018
0.3.5 1,698 7/18/2017
0.3.4 1,293 7/3/2017
0.3.3 1,318 6/26/2017
0.3.2 1,335 5/7/2017
0.3.2-alpha001 1,070 5/2/2017
0.3.1 1,263 4/30/2017
0.3.0 1,269 4/30/2017
0.3.0-alpha001 1,006 4/30/2017
0.2.0 1,374 4/18/2017
0.2.0-alpha001 1,013 4/18/2017
0.1.0 1,309 4/14/2017
0.1.0-alpha008 999 4/14/2017
0.1.0-alpha007 987 4/14/2017
0.1.0-alpha006 983 4/14/2017
0.1.0-alpha005 1,034 4/14/2017
0.1.0-alpha004 1,008 4/14/2017
0.1.0-alpha003 1,018 4/14/2017
0.1.0-alpha002 1,041 4/14/2017
0.1.0-alpha001 1,040 4/14/2017

## [0.33.0-alpha008] - 2023-06-07

[0.33.0-alpha008]: https://github.com/TheAngryByrd/MiniScaffold//compare/v0.32.0...v0.33.0-alpha008

### Changed
- [Update Dependencies](https://github.com/TheAngryByrd/MiniScaffold/pull/267) from @TheAngryByrd
- [Numerous Build Tweaks](https://github.com/TheAngryByrd/MiniScaffold/pull/269) from @TheAngryByrd
- [Updating Publishing and Use FSDocs for documentation](https://github.com/TheAngryByrd/MiniScaffold/pull/271) from @nikoyak