https://github.com/fchyla/repoinit
automating repository init
https://github.com/fchyla/repoinit
git python repository
Last synced: 3 months ago
JSON representation
automating repository init
- Host: GitHub
- URL: https://github.com/fchyla/repoinit
- Owner: fchyla
- License: mit
- Created: 2019-06-10T20:28:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T13:47:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T16:08:15.722Z (over 1 year ago)
- Topics: git, python, repository
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A small script to automate repository initialization and creation. I wanted to be able to create a new repository consistently with all the same elements.
The two main files are repoinit.sh(main) and repoinit.py(helper). The bash script takes care of the local operations and the python script is called if a remote github repository is to be created.