New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-gus

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gus

Git/Pivotal/Github Helper Application

latest
Source
npmnpm
Version
0.2.6
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

GUS

The Git Usability Service

NPM Version

How to Install

From npm (easy)

  • Use this to update also
sudo npm install -g node-gus

Build yourself (if you will make changes)

git clone git@github.com:the-container-store/gus.git
cd gus
sudo npm install -g

Required config.json file

  • Now in your ~/.gus directory
  • Note you can change your default message editor
{
	"pivotalToken": "<token>",
	"githubAccessToken": "<token>",
	"githubOwner": "<owner>",
	"editor": "vim",
	"reviewThresholdHigh": 0.5,
	"reviewThresholdMid": 0.1
}

How to use

Create and Checkout Pivotal Story Branch

gus -c -i 643456
  • You can use -s to customize a branch subject. feature/12345/<subject>

Add/Commit/Push Changes and Create/Update Pull Request

  • Multiline messages are allowed
  • First line is title
  • Omit -m option to use default editor
  • Use -o option to open pull request in default web browser after creation
  • Use -v option for verbose output
gus -p -m 'Title\n extra message here'

New Code Review Feature

When you committ changes, GUS will find the hotspots (buggy areas) in your codebase and analyze your changes against the results. GUS will list out your changed files color coded by code review danger level. Red being dangerous and in need of multiple code reviews and white being not dangerous. You can configure the thresholds in the config file.

FAQs

Package last updated on 03 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts