Skip to main content

Creates local and remote repository from command line

Project description

git-create-repo

PyPI version License: MIT

Creates local and remote git repository from command line. This tool is intended for Python 3.

Install

pip install git-create-repo

Also make sure you have git installed.

Usage

git_create [-p] [-u username]

Make sure you are in the folder you want to create a repository in. Before running, cd into your desired folder.

Create public repository

git_create

Create private repository

git_create -p

You can also specify your username with -u. Otherwise the username from git config user.name will be used.

Next steps

  • You will be prompted to enter your password and a description. The description can be skipped by simply pressing enter. If your password is incorrect, you will be prompted again

  • If the above is successful, you will now have a repository created on your Github account.

Note

  • This will create a default README.md file including the name of your repository if none exist.
  • It is also suggested to create your own .gitignore, so you can ignore what files you don't want commited beforehand.

Development

Windows

Installing Development Dependencies:

  • Run build install

Testing Script

  • Use test folder generated from build test to run script. This is to ensure your actual git repository is not compromised.

The other build targets are used to upload to Pypi.

Linux

Installing Development Dependencies

  • Ensure you have GNU Make installed. You can install this with sudo apt-get install make.

  • To install development dependences, run make install.

Testing Script

  • Use test folder generated from make test to run script. This is to ensure your actual git repository is not compromised.

The other build targets are used to upload to Pypi.

Future

  • Enable SSH remote url adding.
  • Other features that can make this tool more usable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-create-repo-0.0.5.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

git_create_repo-0.0.5-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page