Skip to content

TaffarelJr/.template-nuget-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

NuGet Template Repository

codecov

This is a template repo that contains the default configuration for building and publishing a single NuGet package.

---
title: Personal GitHub Repo Structure
---

flowchart TB

  subgraph subGH [" "]
    gh(**.github**
    repo)

    noteGH[This contains core files to
    be referenced by or synced
    to all my other repos.]
  end

  subgraph subT [" "]
    T1(**.template-<type>**
    repo)

    T2(**.template-<type>**
    repo)

    noteT[These define more specific
    default files and structures
    for different repo types.]
  end

  subgraph subR [" "]
    R1(**<name>**
    repo)

    R2(**<name>**
    repo)

    R3(**<name>**
    repo)

    R4(**<name>**
    repo)

    noteR[These are the actual repos
    where my projects live.]
  end

  classDef current fill:#E68A39,color:#000000
  class T1,T2 current

  classDef sub opacity:0
  class subGH,subT,subR sub

  classDef note fill:#FFFFDD,color:#000000
  class noteGH,noteT,noteR note

  gh --> T1
  gh --> T2

  T1 --> R1
  T1 --> R2
  T2 --> R3
  T2 --> R4
Loading

Table of Contents

Description of Files in This Template Repo

File Exists only
in this repo
Synced to
(and overridden in)
derived repos
Notes
πŸ“„CODE_OF_CONDUCT.md βœ…
πŸ“„CODEOWNERS βœ…
πŸ“„CONTRIBUTING.md βœ…
πŸ“„FUNDING.yml βœ…
πŸ“„GOVERNANCE.md β€” β€” Not needed
πŸ“„LICENSE βœ…
πŸ“„SECURITY.md βœ…
πŸ“„SUPPORT.md βœ…
Template Exists only
in this repo
Synced to
(and overridden in)
derived repos
Notes
πŸ“Discussion category forms β€” β€” Not implemented yet
πŸ“Issue templates βœ…
πŸ“„Issue template chooser βœ…
πŸ“„Pull request template βœ…
Workflow Exists only
in this repo
Synced to
(and overridden in)
derived repos
Description
πŸ“„Template Sync βœ… Synchronizes changes
from a template repo
to a derived repo

Other Files

File Exists only
in this repo
Synced to
(and overridden in)
derived repos
Purpose
πŸ“.vscode/ βœ… Contains VSCode settings
πŸ“docs/ βœ… Contains documentation
πŸ“„_Checklist.md βœ… New repo checklist
πŸ“„.editorconfig βœ… Style guide rule definitions
πŸ“„.gitmessage βœ… Commit message template
πŸ“„copilot-instructions.md βœ… Copilot configuration
πŸ“„dependabot.yml βœ… Dependabot configuration
πŸ“„settings.yml βœ… Repo configuration

Code Coverage Details

Grid

About

Template repo for publishing NuGet packages

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published