Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 868 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 868 Bytes

cooklang-import

A command-line tool to import recipes into Cooklang format.

Getting started

  1. Make sure you have the following prerequisites:
  2. Clone this repo locally
  3. Change directory into this repo root and run cargo install --path .

Usage examples

See all available flags

cooklang-import --help

Scrape a recipe from a webpage and output to screen

cooklang-import https://www.bbcgoodfood.com/recipes/next-level-tikka-masala

also supports --download-only flag to only download the recipe and not convert it to Cooklang

cooklang-import https://www.bbcgoodfood.com/recipes/next-level-tikka-masala --download-only