clone repo (git clone <copied link>)
Run (npm i) cli to install dependencies.
- To save text one of two commands can be used.
-a or -add
- Every note can be saved with the following command.
(node . -a <some text>)
- Viewing a list command
(node . notes.js --list)
- Deleting with id
Open list command and search for id to be delete. Copy the id you'd like to delete.
Run the following command + id (node . notes.js --delete <id>)
"@code-fellows/supergoose": "^1.0.2",
"chalk": "^4.1.0",
"jest": "^26.4.0",
"minimist": "^1.2.5",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"only": "0.0.2"
Code testing is done using jest by running (npm test). Test is also done automatically using github actions when making a pull request.