Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jniewiel/taskify
Taskify is a Ruby CLI (command line interface) application that lets allow users create, view, update, and delete custom tasks and categories.
https://github.com/jniewiel/taskify
cli ruby-app task-manager
Last synced: about 2 months ago
JSON representation
Taskify is a Ruby CLI (command line interface) application that lets allow users create, view, update, and delete custom tasks and categories.
- Host: GitHub
- URL: https://github.com/jniewiel/taskify
- Owner: jniewiel
- Created: 2024-03-11T23:26:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T03:27:53.000Z (10 months ago)
- Last Synced: 2024-10-22T18:05:21.624Z (2 months ago)
- Topics: cli, ruby-app, task-manager
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskify
Taskify is a Ruby CLI (command line interface) application that creates a to-do list.
Features include: View, Create, Update, and Delete custom tasks and categories.
Enjoy!
Operation
In terminal, run Taskify by typing `ruby main.rb`.
To run tests, type `ruby tests/test_tasks.rb`.- Ruby version: `3.2.1`