@dylanplayer/quick
TypeScript icon, indicating that this package has built-in type declarations

0.2.53 • Public • Published

Quick

Quick is a CLI that allows you to easily manage cloned repositories.

Command Description options
clone [URL] This will clone a repository into ~/src/[username]/ and generate the change directory command for you none
push [MESSAGE] This will push and commit your current changes with an optional message none
pr This will open a pr none
create This will create a Github repository and clone it to the correct directory -p

Usage

Installation

npm i -g @dylanplayer/quick

Clone Repository

quick clone https://github.com/user/example

Push & Commit

quick push

Open PR

quick pr

Create Project ( pubilc )

quick create example

Create Project ( private )

quick create example -p

/@dylanplayer/quick/

    Package Sidebar

    Install

    npm i @dylanplayer/quick

    Weekly Downloads

    0

    Version

    0.2.53

    License

    ISC

    Unpacked Size

    7.35 kB

    Total Files

    14

    Last publish

    Collaborators

    • dylanplayer