/task-manager-cli

Simple cli task manger with go

Primary LanguageGoMIT LicenseMIT

Task manager cli

Installation

  1. Make sure you have Go installed on your system. If not, you can download and install it from the official Go website: https://golang.org/

  2. Clone this repository to your local machine:

git clone https://github.com/soheilkhaledabdi/task-manager-cli.git
  1. Change your directory
cd task-manager-cli
  1. Install the project dependencies:
go mod download
  1. Usage
go run main.go

Copyright 2024