/ToDo-CLI

A simple ToDo application that can be run on CLI, built using Node (Bun)

Primary LanguageJavaScript

ToDo CLI

A simple CLI for managing your tasks with your CLI. This was built as a demo application for a session at Hackademy Y24.

Project setup / requirements

You will need Bun to run this project. You can find the installation guide here.

Then you need to clone this git repository locally and install the dependencies:

# clone the repository
git clone git@github.com:Geektrovert/ToDo-CLI.git

# open to the folder
cd ToDo-CLI

# installing dependencies
bun install

Running the project

You can run the project by running the following command:

bun run start