CLI application to manage tasks. Exercise application for my wife.
-
Open a terminal on the root directory of the project
-
Switch to the appropriate version of Node (requires nvm)
nvm use
-
Install project dependencies
npm install
-
Open a terminal on the root directory of the project
-
Run:
npm start -- <command> [options]
Example:
npm start -- list --all