cooklang-import 0.1.2

A tool for importing recipes into Cooklang format
Documentation

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