Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.15 KB

Repository-Setup

Python program used to set up a local repository and link to a remote repository.

Creates the following files and directories:

  • README.md
  • .gitignore
  • main.py (optional)
  • .build/
  • doc/
  • src/
  • test/

Usage

example_directory

  • Create a directory to store your local repository

example_repository

  • Create an empty remote repository on GitHub

example_inputs

  • Enter the path to the directory and the https URL into the entry boxes
  • Press 'Setup'

example_result

  • The directory will now look like this

example_main_py

  • If the option 'Create main.py' is selected, the following code will be in the directory src