Skip to content

A command-line note-taking tool, created during the workshop. Simple, like the best ideas. Made with Node.js, because why not?

Notifications You must be signed in to change notification settings

pieterherman-dev/notes-cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Notes CLI Application

Notes CLI Application built during the Workshop Introduction to Node.js, v3 by Scott Moss.

Participation & Enjoyment By: Pieter Herman, a passionate learner who dived into the Awesome Workshop Introduction to Node.js, v3.

Led & Inspired By: The one and only Scott Moss. His wisdom, insights, and engaging teaching style made this journey an unforgettable learning experience.

Contents

What's This?

A command-line note-taking tool, created during the workshop. Simple, like the best ideas. Made with Node.js, because why not?

Why?

Because jotting down ideas in the terminal is cool, and because learning through workshops like this one helps shape better developers.

My Experience

Engaging and insightful. Thanks to Scott Moss's captivating workshop, I've gained valuable insights into Node.js.

Want to Dive Deeper?

How to use

Installation

  1. Clone the repo

  2. bash npm install && npm link

Usage

node app.js --help

Commands

  note new <note>     Create a new note
  note all            get all notes
  note find <filter>  get matching notes
  note remove <id>    remove a note by id
  note web [port]     lanch website to see notes
  note clean          remove all notes

Options

      --help     Show help                    [boolean]
      --version  Show version number          [boolean]
  -t, --tags     tags to add to the note      [string]

About

A command-line note-taking tool, created during the workshop. Simple, like the best ideas. Made with Node.js, because why not?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published