Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```
todos

commands 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
```