Skip to content

Consider some method of bootstrapping templates #4

@iaingalloway

Description

@iaingalloway

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions