@prabink/git-push-cli

1.2.0 • Public • Published

Git-Push CLI

This command line application will allow you to push any folder in your project to any existing or new branch in the github with a single command.

Features

  • Deploy any folder to github branch.
  • Keep seperate seperate code in seperate seperate github branch with in the project
  • Easy to install and use

Usage/Examples

Installation

Install package

$ npm i -g @prabink/git-push-cli

Now you can run the git-push-cli commands globally in your system

Commands & Options

$ git-push-cli --help
Options:
| Option             | Description  |     
| ----------------- | ------------------------------------------------------------------ |
| -V, --version  | output the version number |
| -gb, --gitbranch <type>  | default branch in git (default: "frontend-release") |
| -gcm, --gitcommitmessage <type> | default commit message in git (default: "release with build") |
| -h, --help | display help for command |

Commands:
  git-push-cli <foldername> <br/>
  git-push-cli <foldername> -gb <branchName> -gcm <gitCommitMssage>

API Reference

Deploy any folder to github branch This will allow you to choose any folder that you want to push into a github branch.

$ git-push-cli <foldername>

Example

Git_Push_Cli.gif

Tech Stack

Client: React, Php, Vue, Next, Angular

Server: Node, Express, Git,

Authors

License

MIT

Package Sidebar

Install

npm i @prabink/git-push-cli

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

7.58 kB

Total Files

3

Last publish

Collaborators

  • prabink