codebase-review

0.4.1 • Public • Published

codebase-review

A handy command-line tool for reviewing an entire code base.

Usage

Usage:

npm i -g codebase-review

cd /your/repo
codebase-review

# If you want a prefix for your branch other than 'codebase-review', pass it in
codebase-review --prefix=github-code-review

How it works

  • Create a completely empty orphan branch called codebase-review-empty
  • Create a copy of your master branch called codebase-review-project
  • Pushes both branches to your origin

Once both branches are pushed, make a Pull Request with the base set to codebase-review-empty and the compare branch set to codebase-review-project.

Tada! You can now review an entire code base.

Package Sidebar

Install

npm i codebase-review

Weekly Downloads

2

Version

0.4.1

License

ISC

Last publish

Collaborators

  • redacademy
  • blaketurner