Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 854 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 854 Bytes

TodoCLI

A Swift command-line Todo App to manage tasks.

TodoCLI helps you with:

  • Save a todo
  • List all todos
  • Mark a todo as completed
  • Delete a specied todo

Requirements

  • XCode 11.4 beta 1 and up

Usage

todoLaunch

Screenshot 2022-05-19 at 09 40 13

Screenshot 2022-05-19 at 09 42 45

Development

  • cd into the repository
  • Run swift package generate-xcodeproj (Generates an XCode project for development)
  • Run the following command to try it out:
swift run todo --help