cr: Code review tool

[ control, gpl, network, program, system ] [ Propose Tags ]

See the README.md file and the homepage for details.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2
Dependencies base (>=4 && <5), cmdargs, directory, process, shelly, text, transformers, unix [details]
License GPL-3.0-only
Author Alexandru Scvortov <scvalex@gmail.com>
Maintainer scvalex@gmail.com
Category System, Control, Network
Home page https://github.com/scvalex/cr
Source repo head: git clone https://github.com/scvalex/cr.git
Uploaded by AlexandruScvortov at 2012-12-03T13:08:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cr
Downloads 2722 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-11 [all 10 reports]

Readme for cr-1.2

[back to package description]

cr

Simplified code review

Usage

You find a commit you like (defaults to HEAD) and run:

cr init [<commit>]

By running this, you claim that you are familiar with the code up to this point.

Later, more changes are pulled into the repo, so you run the following to review them:

cr review

Installation

This package is on Hackage. To install it, run:

cabal update
cabal install cr

Tests

There are no tests as of yet, and I am deeply ashamed by this :(

Background

This is clone of a much better tool developed somewhere else.