https://github.com/thiht/node-git-appraise
Wrapper around git-appraise
https://github.com/thiht/node-git-appraise
code-review git git-appraise nodejs typescript
Last synced: 4 months ago
JSON representation
Wrapper around git-appraise
- Host: GitHub
- URL: https://github.com/thiht/node-git-appraise
- Owner: Thiht
- License: mit
- Created: 2018-02-28T15:32:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T12:33:26.000Z (over 7 years ago)
- Last Synced: 2025-03-12T07:42:20.952Z (4 months ago)
- Topics: code-review, git, git-appraise, nodejs, typescript
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-git-appraise
[](https://www.npmjs.com/package/git-appraise)
[](https://travis-ci.org/Thiht/node-git-appraise)
[](https://david-dm.org/Thiht/node-git-appraise)
[](https://david-dm.org/Thiht/node-git-appraise?type=dev)Wrapper around [git-appraise](https://github.com/google/git-appraise).
## Dependencies
* [git](https://git-scm.com/)
* [git-appraise](https://github.com/google/git-appraise)
* [NodeJS](https://nodejs.org/) (consider using [nvm](https://github.com/creationix/nvm) to benefit from the `.nvmrc` file)
* [Yarn](https://yarnpkg.com/)## Quick Start
```bash
yarn install
yarn build
```