From 98774e7c6f2f3e5643a7b8355ac3ed60e0dd2859 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Mon, 29 Aug 2022 06:42:15 +0000 Subject: [PATCH] Added package pricecsv (#2337) Co-authored-by: Miran --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 9a1b1ed..0929fd0 100644 --- a/packages.json +++ b/packages.json @@ -27196,6 +27196,22 @@ "license": "MIT", "web": "https://github.com/Patitotective/ImNotify" }, + { + "name": "pricecsv", + "url": "https://github.com/thisago/pricecsv", + "method": "git", + "tags": [ + "cli", + "calculator", + "csv", + "bulk", + "price", + "tool" + ], + "description": "Easily calculate the total of all products in csv", + "license": "gpl-3.0", + "web": "https://github.com/thisago/pricecsv" + }, { "name": "bu", "url": "https://github.com/c-blake/bu",