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

rogit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rogit

A command-line helper to support our git working flow in our team

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

rogit

Easy to use git flow for small teams

Install

$ npm i -g rogit

Features

EARLY DRAFT VERSION!

  • Release a new version (merge from develop to master, set tag & increment package.json version (optionally))
  • ...

Usage

Start a release

$ rogit release

Effect:

  • switches to develop branch
  • asks you to choose a version number
  • merges develop into master
  • sets a tag on master with the chosen version
  • (if available) increments version in package.json

FAQs

Package last updated on 15 Mar 2018

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