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
- Host: GitHub
- URL: https://github.com/aghassi/grade-git
- Owner: Aghassi
- Created: 2018-08-19T00:27:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T21:55:19.000Z (over 6 years ago)
- Last Synced: 2025-08-13T05:42:06.939Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
grade-git
=========
A module that checks the current repo has good git repo hygiene
[](https://oclif.io)
[](https://npmjs.org/package/grade-git)
[](https://circleci.com/gh/Aghassi/grade-git/tree/master)
[](https://codecov.io/gh/Aghassi/grade-git)
[](https://npmjs.org/package/grade-git)
[](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)_