1.1.0 • Published 4 years ago

okgit v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

okgit

Build Node version NPM Version

A cli tool for interacting with Github(Gitlab,Bitbucket coming soon). The cli tool aims to speed up the dev productivity by allowing devs to interact with Github/Bitbucket/Gitlab without having to leave their favorite commandline. The name is heavily inspired by voice assistant "Ok,Git".

Mission

Aim of okgit is to make developers comfortable by reducing the times that developer needs to reach the mouse to interact with Github/Gitlab/Bitbucket.(atleast that's the hope )

Motivation

Why okgit? Whilst there are tools out there to interact with Github/Gitlab/Bitbucket, okgit aims to be a single tool to interact with any of these services, without having to download or configure different tools .

Security

okgit does not use /store the tokens , all the tokens that are used to continue to reside on the filesystem of your machine where okgit is installed.

Installation

npm install okgit -g

The above command installs okgit, globally . Couple more steps, hang in there .

Configuration

I know, you are excited to get your hands dirty with okgit, we will now proceed to configure the tool. okgit can be configured with one of the major cloud git providers 1. Github 2. Gitlab(Coming Soon) 3. Bitbucket(Coming Soon)

Run okgit config, this will ask series of questions for you to get started.

Github

In order to configure okgit with Github , first step would be to create a token in Github. Open Github in web browser(for one last time 😜) , Go to Settings -> Developer Settings -> Personal Access Token and click on Generate new token Copy the token to a safe place(Please do not share the token with anyone else)

Now run okgit config okgit-config

Features

asciicast okgit create-pullrequest

Features

okgit allows us to interact with the cloud git providers(Github) features for now , without having to leave your terminal.

Help

To view what okgit can do with pull requests just type

okgit --help
 

Command Usage

PullRequest

okgit pr <id> --help
 

PR

Issue

okgit issue --help
 

ISSUE

Repo

okgit repo --help
 

Repo

Status

Currently okgit is in Beta Status which means there are edges that still need to be polished and do not hesitate to raise issue when you encounter them. And also if you have any cool features that you would like to see in okgit , feel free to raise a feature-request

Running and building it locally

  1. Clone the repository.
  2. Install the dependencies using npm install.
  3. Build the app using npm build.
  4. Install the app locally using npm install ./ -g

Releasing the new version

okgit uses release-it plugin to release. Use npm run release to make a release