From 2ed1356ebbd3f5b25af5aab81c536c2ac78dbc26 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Tue, 9 Nov 2021 16:18:06 +0100 Subject: [PATCH] Added pls (#2060) A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e570c17..3aa1b57 100644 --- a/packages.json +++ b/packages.json @@ -6400,6 +6400,18 @@ "description": "typeclasses for Nim", "license": "Unlicense", "web": "https://github.com/nigredo-tori/classy" + }, + { + "name": "pls", + "url": "https://github.com/h3rald/pls", + "method": "git", + "tags": [ + "task-runner", + "cli" + ], + "description": "A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file.", + "license": "MIT", + "web": "https://h3rald.com/pls" }, { "name": "mn",