Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T12:33:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T19:55:27.580Z (18 days ago)
- Topics: code-review, git, git-appraise, nodejs, typescript
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-git-appraise
[![npm](https://img.shields.io/npm/v/git-appraise.svg)](https://www.npmjs.com/package/git-appraise)
[![Build Status](https://travis-ci.org/Thiht/node-git-appraise.svg?branch=master)](https://travis-ci.org/Thiht/node-git-appraise)
[![dependencies Status](https://david-dm.org/Thiht/node-git-appraise/status.svg)](https://david-dm.org/Thiht/node-git-appraise)
[![devDependencies Status](https://david-dm.org/Thiht/node-git-appraise/dev-status.svg)](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
```