Command-line tool to automate git and github repository creation.
Project description
quickrepo
It is quite boring everytime typing git init in your local computer then go to github and initialize a new repository, take the remote url and add it to the local... I am already tired just by explaining. Thanks God quickrepo exists.
quickrepo is a command-line application that automates initializing a new repository both locally and on GitHub. The user can either initialize the repository in the directory they are currently working in, or generate a brand new folder which will come initialized as a git and github repository.
Requirements
- Python 3.6+
Installation
install the official package from PyPI
pip install quickrepo
If you have multiple versions of Python installed in your system, use pip3 install quickrepo instead.
or install editable source code
git clone github.com/silverhairs/quickrepo.git
cd quickrepo
pip install --editable .
Usage
Run quickrepo to list all the available commands.
Initialize a new Git & Github repository
To generate a brand new project both locally and on Github, open your terminal/command prompt and run:
quickrepo new
Initialize current working directory as Git & Github repository
To initialize a Git repository in the current working directory and push the content on Github, open your terminal/command prompt and run
quickrepo here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickrepo-1.0.5.tar.gz.
File metadata
- Download URL: quickrepo-1.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dac5918096af4b06cc301aa3969d436f88d44c4a2196da454683c1e6a4372cc3
|
|
| MD5 |
c6559709bc377337632bd388d1fc9a66
|
|
| BLAKE2b-256 |
a9c476635307db09448b3b11bdeda6ebb1a593d010d3461a27b94276d0ec985a
|
File details
Details for the file quickrepo-1.0.5-py3-none-any.whl.
File metadata
- Download URL: quickrepo-1.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34ab96516d47b47fa10b5ee7e8e6f1a0ae69b9df47270bad557fd86aa3f50821
|
|
| MD5 |
0e40d45e4fe79b655f772b6e5b94ae15
|
|
| BLAKE2b-256 |
963221f90d455787296b4c3fc6e0bc375593bab85a39b08b5f48d25f4274f6c1
|