Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.29 KB

GitTemplates

A simple PowerShell module to generate common files for git repos

Getting Started

Install Module from Github, or clone/download this repo and import module

How to Use

.gitignores

  • Write-Gig
    • Write (or overwrite) .gitignore files using existing .gitignore templates from the github/gitignore repo.
  • Edit-Gig
    • Add to an existing .gitignore file by appending text to it.

READMEs

  • Write-Readme
    • Scaffold a README file based on your input to a few cli prompts. You'll also have an option to create a LICENSE file in the process.

Notes

I split a lot of my work between Windows, Mac, and Linux machines. Most of what I have in this repo has been tested on all three, but not everything.

The gitignore functions were mainly built and tested on windows.

The readme function was mainly built and tested on Mac and Linux.

Drop a PR or open an issue if you find a problem.

Info

Contact: rennerom@gmail

TODO

  • Add an Edit-Gig function
  • Add a Write-Readme function
  • Add a Write-License function (now part of Write-Readme)
  • Add other README template layouts
  • Pester tests/github actions

Contact

Max Renner: [email protected]

License

GNU General Public License v3.0