An open API service indexing awesome lists of open source software.

https://github.com/aghassi/grade-git

Tool for checking necessary files exists for good git hygiene
https://github.com/aghassi/grade-git

Last synced: 9 months ago
JSON representation

Tool for checking necessary files exists for good git hygiene

Awesome Lists containing this project

README

          

grade-git
=========

A module that checks the current repo has good git repo hygiene

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/grade-git.svg)](https://npmjs.org/package/grade-git)
[![CircleCI](https://circleci.com/gh/Aghassi/grade-git/tree/master.svg?style=shield)](https://circleci.com/gh/Aghassi/grade-git/tree/master)
[![Codecov](https://codecov.io/gh/Aghassi/grade-git/branch/master/graph/badge.svg)](https://codecov.io/gh/Aghassi/grade-git)
[![Downloads/week](https://img.shields.io/npm/dw/grade-git.svg)](https://npmjs.org/package/grade-git)
[![License](https://img.shields.io/npm/l/grade-git.svg)](https://github.com/Aghassi/grade-git/blob/master/package.json)

* [Usage](#usage)
* [Commands](#commands)

# Usage

```sh-session
$ npm install -g grade-git
$ grade-git COMMAND
running command...
$ grade-git (-v|--version|version)
grade-git/0.0.0 darwin-x64 node-v10.9.0
$ grade-git --help [COMMAND]
USAGE
$ grade-git COMMAND
...
```

# Commands

* [`grade-git hello`](#grade-git-hello)
* [`grade-git help [COMMAND]`](#grade-git-help-command)

## `grade-git hello`

Describe the command here

```
USAGE
$ grade-git hello

OPTIONS
-n, --name=name name to print

DESCRIPTION
...
Extra documentation goes here
```

_See code: [src/commands/hello.js](https://github.com/Aghassi/grade-git/blob/v0.0.0/src/commands/hello.js)_

## `grade-git help [COMMAND]`

display help for grade-git

```
USAGE
$ grade-git help [COMMAND]

ARGUMENTS
COMMAND command to show help for

OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.0/src/commands/help.ts)_