TomoScript todos CLI

CLI application to manage tasks. Exercise application for my wife.

How to...

Set up the project

  1. Open a terminal on the root directory of the project

  2. Switch to the appropriate version of Node (requires nvm)

    nvm use
  3. Install project dependencies

    npm install

Run application

  1. Open a terminal on the root directory of the project

  2. Run:

    npm start -- <command> [options]

    Example:

    npm start -- list --all