From 5492482fda68961e76ae3da9c689558ae3d6bb5b Mon Sep 17 00:00:00 2001 From: Rafael Morais Date: Wed, 26 Aug 2020 06:40:56 +0200 Subject: [PATCH] Added package miter (#1620) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6ccce52..74060a1 100644 --- a/packages.json +++ b/packages.json @@ -19329,5 +19329,18 @@ "description": "Library to support work with pathnames in Windows and Posix-based systems. Inspired by Rubies pathname.", "license": "MIT", "web": "https://github.com/RaimundHuebel/nimpathname" + }, + { + "name": "miter", + "url": "https://github.com/rafmst/miter", + "method": "git", + "tags": [ + "binary", + "tool", + "cli" + ], + "description": "Ratio calculator on your terminal", + "license": "MIT", + "web": "https://github.com/rafmst/miter" } ]