Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 479 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 479 Bytes

Prerequisite

  1. Python 3.9
  2. Pipenv

Installation guide

  1. Enable Python virtual environment by

    $ source venv/bin/activate
  2. Install all dependencies using pipenv

    $ pipenv install
    

How to use basic Todos CLI

$ python cli.py

There are 3 available commands, list, add and exit.

  • List is listing all todo items
  • Add is adding new todo item to local memory list
  • Exit is closing the todo CLI connection