Skip to main content

Command-line tool to automate git and github repository creation.

Project description

quickrepo

fury travis pipy License: MIT

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.

demo

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


Download files

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

Source Distribution

quickrepo-1.0.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

quickrepo-1.0.5-py3-none-any.whl (5.0 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