From 9fe2323d4cf5caac9728c5cb78228d0ad08a88bc Mon Sep 17 00:00:00 2001 From: Ivan Seidel Date: Thu, 9 Mar 2017 05:07:53 +0100 Subject: [PATCH] Add DraftLog to the list of Command-line utilities (#92) This might look the existing `log-update`, but it's more simple and accepts multiple updates concurrently. The Gif says what it does, and the docs even more: [https://github.com/ivanseidel/node-draftlog](https://github.com/ivanseidel/node-draftlog) ![DraftLog GIF](https://github.com/ivanseidel/node-draftlog/raw/master/midia/draftlog.gif) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dd9b0b..9222c4a 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ Some fine resources to write your own CLI App. - [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols to differentiate output messages with a blink of an eye. - [log-update](https://github.com/sindresorhus/log-update) – Useful for ASCII animation. For example loading indicators. - [listr](https://github.com/samverschueren/listr) - Terminal task list. +- [DraftLog](https://github.com/ivanseidel/node-draftlog) - Create multiple updatable log lines. Works just like `console.log`. ### String Manipulation