-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Say I want to make a dotnet project called foo.
I could have a script in my env repo that creates /repos/foo/.devcontainer/devcontainer.json and launches vscode
Once I'm in the container, I could have a custom template for dotnet new that creates
- .config/dotnet-tools.json
- .husky/pre-commit
- .husky/task-runner.json
- src/
- .editorconfig
- .gitattributes
- .gitignore
- Directory.Build.props
- Foo.sln
- README.md
- stylecop.json
with all my standard configuration.
Need to figure out how to create non .NET templates too:
- .editorconfig
- .gitattributes
- README.md
Metadata
Metadata
Assignees
Labels
No labels