From dcc4092441455d7998cad310eb8c9d8f0f5daad4 Mon Sep 17 00:00:00 2001 From: Yair Haimo Date: Wed, 5 Oct 2022 20:55:05 +0300 Subject: [PATCH] add nodejs cli tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b90dc4b..3091a30 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) +* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) #### Build your own `Database`