Simple Node CLI app built to manage ingredients, inventory and recipes.
- Clone and cd into the repo.
- Run
npm install
to download dependencies. - Run
npm link
- Run
magichef
for instructions
- Node.js
- Commander
- Sqlite3
- Sequelize
- Colors
- Jest
To run tests, run npm test
.