From 30b94bb696d869dd28f26f00566430741b78f37f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 25 Mar 2021 18:07:08 -0700 Subject: [PATCH] Add `just` to "For Developers" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00990f1..abdfb17 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [git-semver](https://github.com/markchalloner/git-semver) - Git plugin for easing semantic versioning and changelog validation * [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work * [hub](https://github.com/github/hub) - hub helps you win at git. +* [just](https://github.com/casey/just) - Task runner for saving and running project-specific commands. * [licins](https://github.com/dogoncouch/licins) - Insert commented software licenses into source code. * [mkdkr](https://github.com/rosineygp/mkdkr) - Makefile + Docker = CI Pipeline * [mr](https://myrepos.branchable.com) - Multiple Repository management tool