Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1004 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 1004 Bytes

todocli

A simple todo list application that can be used from the command line.

This application is used for the learnjj.codeandbugs.com tutorial, to teach using the Ju Jutsu (jj) version control system.

todocli is probably not very useful for anything else.

Dev Setup

Note: If you are following the learnjj tutorial, you don't need to install Poetry etc. You don't even need Python. It just means you won't be able to run the todocli application, but since you are only trying to learn jj, that's probably not a problem.

Prerequisites

Clone the repository:

git clone https://github.com/omarkohl/jj-tutorial.git
cd jj-tutorial

Set up the virtual environment:

poetry install

Try the application:

poetry run todocli --version