Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starkos/industrious-starter
Quickly bootstrap or update "Industrious-style" multi-platform .NET solutions
https://github.com/starkos/industrious-starter
Last synced: 5 days ago
JSON representation
Quickly bootstrap or update "Industrious-style" multi-platform .NET solutions
- Host: GitHub
- URL: https://github.com/starkos/industrious-starter
- Owner: starkos
- License: bsd-3-clause
- Created: 2023-11-04T17:31:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:41:45.000Z (4 months ago)
- Last Synced: 2025-01-19T04:52:06.495Z (7 days ago)
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Industrious.Starter
A collection of [custom templates for `dotnet new`](https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/) for the patterns of projects I most often create in my creative coding work.
## Available Templates
#### Solution (`i1sln`)
An empty solution and top-level supporting files: `.editorconfig`, `.gitattribute`, `.gitignore`, `README.md` and a [BSD 3-Clause](https://opensource.org/license/BSD-3-clause) `LICENSE.txt`. References to the supporting files are added to the solution within a "Support Files" folder.
## License
[BSD 3-Clause](./LICENSE.txt)