https://github.com/agrmohit/console-companion
A console-based to-do app written in typescript that runs on nodejs and levelup
https://github.com/agrmohit/console-companion
chalk commanderjs inquirerjs levelup todoapp typescript
Last synced: 12 months ago
JSON representation
A console-based to-do app written in typescript that runs on nodejs and levelup
- Host: GitHub
- URL: https://github.com/agrmohit/console-companion
- Owner: agrmohit
- License: mit
- Created: 2021-01-15T14:01:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T08:56:42.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T03:39:11.042Z (about 1 year ago)
- Topics: chalk, commanderjs, inquirerjs, levelup, todoapp, typescript
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console Companion App
This is a console based helper app written is typescript that runs on node
and uses levelup for storing data
Currently it has only a todo list but has more features planned
##### Install script
`npm i -g concom`
##### Usage
```
Usage: index [options] [command]
Helper for you dev console. With a todo list and more coming soon
Options:
-v, --version display program version
-h, --help display help for command
Commands:
info show program information
add add a task
list|ls list all tasks
delete|rm delete task with given index
help [command] display help for command
```