Code Monkey home page Code Monkey logo

quickrepo's Introduction

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

quickrepo's People

Contributors

pkgtst avatar silverhairs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

quickrepo's Issues

quickrepo here: requesting credentials twice

When using quickrepo here; after entering username and password at the beginning, the command is requesting them again to push the code (which is perfectly normal); it would be better the reduce redundancy by passing the credentials automatically when pushing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.