Some day I'll build the crud commands for restaurants. Until then, you'll have to write the edn yourself
in a restaurants.edn
file, with one restaurant per line in the file.
Here's an example:
{:name "BW3" :menu-url "http://goo.gl/h27UHO"}
{:name "Five Guys"}
{:name "Smoque" :menu-url "http://www.smoquebbq.com/menu.html"}
{:name "Naf Naf" :menu-url "http://nafnafgrill.com/#menu" :sales-tax-rate 0.1025M}