From 407f107654f788fdaf6c21d95e4b8613d5011d0b Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Wed, 25 Dec 2019 19:03:37 -0600 Subject: [PATCH] Add StrawBoss. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 48eae22..2c47dd9 100644 --- a/packages.json +++ b/packages.json @@ -159,5 +159,18 @@ "description": "Small tool to wrap a cli command in a readline shell.", "license": "MIT", "web": "http://git.jdb-labs.com/jdb/cmd-shell" + }, + { + "name": "strawboss", + "url": "http://git.jdb-labs.com/jdb/strawboss.git", + "method": "git", + "tags": [ + "continous_integration", + "build", + "server" + ], + "description": "Simple, shell-based build server written in Nim.", + "license": "MIT", + "web": "http://git.jdb-labs.com/jdb/strawboss" } ]