https://github.com/defaultparam/notes-app
A CUI-based note taking app in NodeJS
https://github.com/defaultparam/notes-app
Last synced: 12 months ago
JSON representation
A CUI-based note taking app in NodeJS
- Host: GitHub
- URL: https://github.com/defaultparam/notes-app
- Owner: defaultparam
- License: gpl-3.0
- Created: 2022-09-07T17:04:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T22:19:36.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:35:35.889Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes-app
A simple CUI-based note taking app in NodeJS
## Installation
Paste the following commands in your terminal to install all the dependencies for the application.
```
git clone https://github.com/defaultparam/notes-app
cd notes-app
npm i
```
## Usage
Usage is pretty simple, one can easily use `--help` option with positional args to know how they work...

## Contributing and Issues
If you got any good ideas about this project, feel free to reach out to me on [X](https://x.com/defaultparam). Elif, found a bug? Feel free to open an issue.