Skip to content

rennerom/GitTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create/write common github files from templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published