0.2.53 • Published 3 years ago
@dylanplayer/quick v0.2.53
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/quickClone Repository
quick clone https://github.com/user/examplePush & Commit
quick pushOpen PR
quick prCreate Project ( pubilc )
quick create exampleCreate Project ( private )
quick create example -p