A simple PowerShell module to generate common files for git repos
Install Module from Github, or clone/download this repo and import module
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.
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.
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.
Contact: rennerom@gmail
- 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
Max Renner: [email protected]