Skip to content

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

License

Notifications You must be signed in to change notification settings

RoryPoulter/Repository-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages