From 125a52b70f770b76ca23746d269aa11e95624004 Mon Sep 17 00:00:00 2001 From: Tumeo Date: Thu, 28 Nov 2019 03:34:59 -0300 Subject: [PATCH] Added package chronopipe (#1261) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 21b8c67..e78a5b1 100644 --- a/packages.json +++ b/packages.json @@ -15413,5 +15413,18 @@ "description": "Boilerplate generator for Jester web framework", "license": "MIT", "web": "https://github.com/Adeohluwa/gen" + }, + { + "name": "chronopipe", + "url": "https://github.com/williamd1k0/chrono", + "method": "git", + "tags": [ + "cli", + "timer", + "pipe" + ], + "description": "Show start/end datetime and duration of a command-line process using pipe.", + "license": "MIT", + "web": "https://github.com/williamd1k0/chrono" } ]