notes-tao

Written in Starbucks, New York, NY 10004 By Tao

Usage no npm install needed!

<script type="module">
  import notesTao from 'https://cdn.skypack.dev/notes-tao';
</script>

README

This is a node.js app that you can use to add, find, list and remove your notes.

Usage: node app.js [command] --title 'your title here' --body 'the body here'

node app.js add -t 'go to gym' -b 'do some exercises in the gym'

node app.js list

node read -t 'go to gym'

node remove -t 'go to gym'

Written in Starbucks, New York, NY 10004 By Tao