cooklang-import

Crates.iocooklang-import
lib.rscooklang-import
version0.4.1
sourcesrc
created_at2024-12-25 11:50:46.781946
updated_at2025-01-05 18:47:16.33349
descriptionA tool for importing recipes into Cooklang format
homepagehttps://github.com/cooklang/cooklang-import
repositoryhttps://github.com/cooklang/cooklang-import
max_upload_size
id1494935
size98,418
Alexey Dubovskoy (dubadub)

documentation

https://docs.rs/cooklang-import

README

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
Commit count: 42

cargo fmt