diff options
author | Teddy Wing | 2019-06-10 19:41:06 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-10 19:41:14 +0200 |
commit | 3f10e26f98abaf1ebf7519427f2dfbb5eb03db15 (patch) | |
tree | f1afe4e3daf20c6534920185333cb53247660ff0 | |
parent | 3bfeca8f6735e9f614f898af56da29775c47d337 (diff) | |
download | code-review-3f10e26f98abaf1ebf7519427f2dfbb5eb03db15.tar.bz2 |
Add README
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c89322b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +code-review +=========== + +A collection of tools to facilitate code review on the command line. + +Inspired by: +- Jane Street: + - https://blog.janestreet.com/putting-the-i-back-in-ide-towards-a-github-explorer/ + - https://www.janestreet.com/tech-talks/janestreet-code-review/ +- Jake Zimmerman: https://blog.jez.io/cli-code-review/ + + +## License +Copyright © 2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |