https://github.com/mdbarr/pulley
An opinionated code review tool for git repositories.
https://github.com/mdbarr/pulley
code-quality code-review nodejs vuejs
Last synced: about 2 months ago
JSON representation
An opinionated code review tool for git repositories.
- Host: GitHub
- URL: https://github.com/mdbarr/pulley
- Owner: mdbarr
- License: mit
- Created: 2018-05-17T14:29:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:47:51.000Z (over 2 years ago)
- Last Synced: 2025-01-12T13:22:51.484Z (3 months ago)
- Topics: code-quality, code-review, nodejs, vuejs
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulley
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```