Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes Manager CLI Tool

Introduction

This repository is related to Udemy course of NodeJs: The Complete Node.js Developer Course (3rd Edition)

Run

Install

npm install

Commands

Add new note

node app add --title="title of note" --body="body of note"

Read a note

node app read --title="title of note"

List all notes

node app list

Remove a note

node app remove --title="title of note"

About

Simple cli based tool for managing notes using nodejs and yargs npm package

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages