A very basic command line notebook app Created with ❤️ in ⬢ Node.js by Jeremy Swanborough
- Clone the repo using
git
and open the notebookdir
λ git clone https://github.com/jeremyswann/notebook.git notebook
λ cd notebook
- Install the app using
yarn
λ yarn install
Run --help
to get a list of possible commands
λ node app --help
app [command]
Commands:
app add Add a new note
app list List all notes
app read Read a note
app remove Remove a note
Options:
--version Show version number
--help Show help
Have fun! 🎉