FileBasedApp.Toolkit.Template
0.16.0
dotnet new install FileBasedApp.Toolkit.Template::0.16.0
File-Based App Templates
This package contains dotnet new templates for building file-based applications using the FileBasedApp.Toolkit.
Installation
Install the templates from NuGet:
dotnet new install FileBasedApp.Toolkit.Template
Usage
After installation, you can create a new file-based application project or class using:
dotnet new filebasedtoolkitapp -n MyFileBasedApp
The generated project will include the basic structure and boilerplate required to build an application that operates on files and directories, leveraging the helpers and utilities provided by the FileBasedApp.Toolkit.
Learn More
-
net10.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.16.0 | 0 | 3/15/2026 |
| 0.15.0 | 36 | 3/13/2026 |
| 0.15.0-rc-01 | 33 | 3/12/2026 |
| 0.14.0 | 35 | 3/10/2026 |
| 0.13.0 | 76 | 3/8/2026 |
| 0.13.0-preview-02 | 71 | 3/8/2026 |
| 0.13.0-preview-01 | 73 | 3/8/2026 |
| 0.11.2 | 81 | 3/5/2026 |
| 0.11.1 | 81 | 3/5/2026 |
Fixed template to correctly return error code