solrevdev.seedfolder
1.2.7
Prefix Reserved
dotnet tool install --global solrevdev.seedfolder --version 1.2.7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local solrevdev.seedfolder --version 1.2.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=solrevdev.seedfolder&version=1.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package solrevdev.seedfolder --version 1.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Solrevdev.SeedFolder
_ __ _ _
___ ___ ___ __| |/ _| ___ | | __| | ___ _ __
/ __|/ _ \/ _ \/ _` | |_ / _ \| |/ _` |/ _ \ '__|
\__ \ __/ __/ (_| | _| (_) | | (_| | __/ |
|___/\___|\___|\__,_|_| \___/|_|\__,_|\___|_|
Overview
This is a .NET Core Global Tool that will create a folder named after either the first argument passed to it or if no argument is passed it will ask you for the folder name. It will then copy some default standard dotfiles over.
For example:
seedfolder
dotnet run --project src/solrevdev.seedfolder.csproj
▲ Do you want to prefix the folder with the date? [Y/n] y
▲ What do you want the folder to be named? temp
▲ Creating the directory 2020-12-10_temp
▲ Copying .dockerignore to 2020-12-10_temp/.dockerignore
▲ Copying .editorconfig to 2020-12-10_temp/.editorconfig
▲ Copying .gitattributes to 2020-12-10_temp/.gitattributes
▲ Copying .gitignore to 2020-12-10_temp/.gitignore
▲ Copying .prettierignore to 2020-12-10_temp/.prettierignore
▲ Copying .prettierrc to 2020-12-10_temp/.prettierrc
▲ Copying omnisharp.json to 2020-12-10_temp/omnisharp.json
▲ Done!
seedfolder
dotnet run --project src/solrevdev.seedfolder.csproj
▲ Do you want to prefix the folder with the date? [Y/n] n
▲ What do you want the folder to be named? temp
▲ Creating the directory temp
▲ Copying .dockerignore to temp/.dockerignore
▲ Copying .editorconfig to temp/.editorconfig
▲ Copying .gitattributes to temp/.gitattributes
▲ Copying .gitignore to temp/.gitignore
▲ Copying .prettierignore to temp/.prettierignore
▲ Copying .prettierrc to temp/.prettierrc
▲ Copying omnisharp.json to temp/omnisharp.json
▲ Done!
seedfolder temp
dotnet run --project src/solrevdev.seedfolder.csproj temp
▲ Found 1 params to process.
▲ Creating the directory temp
▲ Copying .dockerignore to temp/.dockerignore
▲ Copying .editorconfig to temp/.editorconfig
▲ Copying .gitattributes to temp/.gitattributes
▲ Copying .gitignore to temp/.gitignore
▲ Copying .prettierignore to temp/.prettierignore
▲ Copying .prettierrc to temp/.prettierrc
▲ Copying omnisharp.json to temp/omnisharp.json
▲ Done!
It will also copy the following dotfiles from the src/Data
folder over:
- .dockerignore
- .editorconfig
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc
Installation
Locally without publishing it on NuGet
dotnet pack
dotnet tool install --global --add-source ./nupkg solrevdev.seedfolder
Normally via NuGet
dotnet tool install --global solrevdev.seedfolder
To uninstall
dotnet tool uninstall -g solrevdev.seedfolder
Publish to Nuget
Uses a GitHub secret to store a NUGET_API_KEY
API Key created over at NuGet in order to build and deploy via GitHub actions to NuGet.
When you commit bump the version in the csproj
file
<Version>1.0.1</Version>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.2.7 | 428 | 11/21/2023 |
1.2.6 | 155 | 11/21/2023 |
1.2.5 | 225 | 7/7/2023 |
1.2.4 | 141 | 7/7/2023 |
1.2.3 | 206 | 6/5/2023 |
1.2.2 | 639 | 11/9/2022 |
1.2.1 | 761 | 3/28/2022 |
1.2.0 | 513 | 2/13/2022 |
1.1.9 | 472 | 1/31/2022 |
1.1.8 | 453 | 1/16/2022 |
1.1.7 | 446 | 1/12/2022 |
1.1.6 | 311 | 12/22/2021 |
1.1.5 | 307 | 11/23/2021 |
1.1.4 | 337 | 11/10/2021 |
1.1.3 | 347 | 10/5/2021 |
1.1.1 | 578 | 2/24/2021 |
1.1.0 | 426 | 1/12/2021 |
1.0.9 | 466 | 12/10/2020 |
1.0.8 | 475 | 11/12/2020 |
1.0.7 | 396 | 11/11/2020 |
1.0.6 | 440 | 11/5/2020 |
1.0.5 | 416 | 11/4/2020 |
1.0.4 | 441 | 10/29/2020 |
1.0.3 | 397 | 10/29/2020 |
1.0.2 | 504 | 10/1/2020 |
1.0.1 | 435 | 9/29/2020 |
1.0.0 | 477 | 9/29/2020 |