A very basic command line notebook app Created with ❤️ in ⬢ Node.js by Jeremy Swanborough
- Clone the repo using
gitand open the notebookdir
λ git clone https://github.com/jeremyswann/notebook.git notebook
λ cd notebook- Install the app using
yarn
λ yarn installRun --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 helpHave fun! 🎉