This package has been deprecated

Author message:

WARNING: This project has been renamed to git-tip. Install using git-tip instead.

gtip

1.2.1 • Public • Published

gtip Build Status

CLI that gives a random git-tip.

The git-tips JSON file is taken from this awesome project - git-tips

alt text

Install

$ npm install --global gtip

Usage

  Usage
      $ gtip [options]
  Options
      --help    Provides usage help (Shows the current page)
      --all     Gives all the git tips
      <keyword> Gives the git tips consisting of the keyword
  Examples
      $ gtip bypass

      1. Bypass pre-commit and commit-msg githooks
      => git commit --no-verify

      $ gtip

      Git Tip of the Terminal
      -------------------------
      Saving current state of tracked files without commiting
      => git stash

Todo

  • Basic Functionality
  • Help page
  • Add continuous integration(Travis CI)
  • Add tests
  • Add more relevant tests to increase code coverage
  • Code coverage
  • Add code coverage reports
  • Script to automatically update tips.json file
  • Script to execute gtip every time a new terminal opens

License

MIT © Niraj Pandkar

Dependents (0)

Package Sidebar

Install

npm i gtip

Weekly Downloads

0

Version

1.2.1

License

MIT

Last publish

Collaborators

  • nirajpandkar