Skip to content

🍳 Non-GUI cookbook app to manage your personal recipes.

Notifications You must be signed in to change notification settings

danburck/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookbook

Screen Shot 2021-03-26 at 19 15 05

cookbook is a non-gui app to manage your recipes in the terminal and them in a csv file. It is written in ruby only and follows the MVC pattern

Features

  • create a recipe
  • list all recipes
  • delete a recipe
  • mark a recipe as done

Installation

Clone the repository

$ git clone git@github.com:danburck/cookbook.git
$ cd project

Check your Ruby version

$ ruby -v

The ouput should start with something like ruby 2.5.1

If not, install the right ruby version using rbenv (it could take a while):

$ rbenv install 2.5.1

Usage

Start the app with ruby:

$ ruby lib/app.rb

Run unit tests with rspec:

$ rspec

About

🍳 Non-GUI cookbook app to manage your personal recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages