Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongndc9/todos-cli
🦉 Todos CLI with NodeJS.
https://github.com/cuongndc9/todos-cli
103cuong nodejs todo todolist todos todos-cli
Last synced: 16 days ago
JSON representation
🦉 Todos CLI with NodeJS.
- Host: GitHub
- URL: https://github.com/cuongndc9/todos-cli
- Owner: cuongndc9
- License: mit
- Created: 2019-02-12T18:12:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T18:33:27.000Z (18 days ago)
- Last Synced: 2025-01-19T19:40:17.351Z (18 days ago)
- Topics: 103cuong, nodejs, todo, todolist, todos, todos-cli
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todos-cli
> 🦉 Todos CLI with NodeJS.
![todos-cli](https://user-images.githubusercontent.com/34389409/52729190-4c927f00-2feb-11e9-8697-093cf8a6242a.gif)
## Installation
Clone this project:
```sh
git clone https://github.com/cuongndc9/todos-cli.git
cd todos-cli && chmod +x index.js
npm link
npm install
```## Usage
```
todoscommands can be:
new: used to create a new todo
get: used to retrieve your todos
complete : used to mark a todo as complete
help: used to print the usage guide
```