From 00b8bc294d8b669104dd6575c00d6f55ec11824b Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Thu, 2 Mar 2023 02:00:47 +0300 Subject: [PATCH] Added package climate (#2521) Co-authored-by: Gabriel Huber --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 80efc5f..05053da 100644 --- a/packages.json +++ b/packages.json @@ -29232,5 +29232,18 @@ "description": "Ridiculously simple and effective JSON formatter.", "license": "MIT", "web": "https://github.com/fkdosilovic/jsonfmt" + }, + { + "name": "climate", + "url": "https://github.com/moigagoo/climate", + "method": "git", + "tags": [ + "cli", + "command-line", + "commandline" + ], + "description": "Library to build command-line interfaces.", + "license": "MIT", + "web": "https://github.com/moigagoo/climate" } ]