Skip to content

trentmillar/awesome-repository-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Repository Template

Full featured repository template in two steps.

  1. Just edit DELETEME.txt and replace the property values to match your needs.
  2. Run DELETEME.py, python DELETEME.py to change the template files according to your property values in step 1.

How to use this repo template

  1. Easy, just fork this repository.
  2. Create a new repository and set the template to the forked repo.

repo template

  1. Clone this new repository locally, it will now contain all the template files.
  2. From within the cloned repository, edit DELETEME.txt and replace the properties to match your details.
  3. Run DELETEME.py, it is important that you cd to the root of your repository's location then run python3 DELETEME.py
  4. Execute git status to view the changed files. Review these changes and if you are:
    • 😄 - execute git add . && git commit -m "updating readme with steps" && git push (or however you commit changes)
    • 😭 - execute git checkout -- . to revert everything and try again.

Note, the DELETEME files are useless after you are done. I suggest you remove them from your repo using git rm

Test it out

Go to issues in this repository on Github and create a new issue. You will see one of the templates in action.

Includes

What's in here

.gitignore

About

Full featured repository template

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages