vccolombo / note-taking

Node.js command line app to write personal notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Note Taking 👋

Version Documentation Maintenance License: MIT

NodeJS command line app to write personal notes. Made as part of The Complete Node.js Developer Course

Install

npm install

How To Use

Add a note: node app.js add --title "note title" --body "note body"

Read a note: node app.js read --title "note title"

Remove a note: node app.js remove --title "note title"

List all notes: node app.js list

Author

👤 Víctor Cora Colombo

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Víctor Cora Colombo.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

Node.js command line app to write personal notes

License:MIT License


Languages

Language:JavaScript 100.0%