From c8dd8c62ac607109e71b419b07cf0c0e98f9a978 Mon Sep 17 00:00:00 2001 From: Mutsuha Asada <43488453+momeemt@users.noreply.github.com> Date: Thu, 29 Oct 2020 19:22:24 +0900 Subject: [PATCH] Added package sampleTodoList (#1681) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e9685aa..ac36e15 100644 --- a/packages.json +++ b/packages.json @@ -20006,5 +20006,18 @@ "description": "Adds class support to Nim.", "license": "MIT", "web": "https://github.com/jjv360/nim-classes" + }, + { + "name": "sampleTodoList", + "url": "https://github.com/momeemt/SampleTodoList", + "method": "git", + "tags": [ + "todo", + "app", + "cui" + ], + "description": "Sample Todo List Application", + "license": "MIT", + "web": "https://github.com/momeemt/SampleTodoList" } ]