Shifu-Engineer / My_Awesome_Public_Repo

I am a Water Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

I am a Water Resources

License:The Unlicense


Languages

Language:Python 100.0%