Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastogiji/todos-cli
make-todo is a Nodejs CLI tool to create and manage your todos
https://github.com/rastogiji/todos-cli
cli javascript nodejs npm npm-package terminal
Last synced: 14 days ago
JSON representation
make-todo is a Nodejs CLI tool to create and manage your todos
- Host: GitHub
- URL: https://github.com/rastogiji/todos-cli
- Owner: rastogiji
- License: mit
- Created: 2022-05-25T11:26:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T18:43:33.000Z (over 2 years ago)
- Last Synced: 2024-11-19T21:15:10.614Z (3 months ago)
- Topics: cli, javascript, nodejs, npm, npm-package, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/make-todo
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# make-todo
a Node CLI for creating and managing Todos.
## Pre requisites
- Node
- npm## Installation
- Clone the Repository
```bash
git clone https://github.com/rastogiji/todos-cli.git
```- Install all the packages
```bash
npm install -g
```## Usage
1. Add a Todo:
```bash
todos add
```2. Show All Todos:
```bash
todos show
```3. Mark a Todo as done
```
todos done
```4. Remove a Todo from the List
```bash
todos remove
```5. Reset the Todo List
```bash
todos reset
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](LICENSE.md)