Skip to content

dimfu/apron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apron

General purpose language to describe recipes of any kind. Heavily inspired from https://github.com/reciperium/recipe-lang.

Installation

go install github.com/dimfu/apron@latest

Features

apron's supported syntaxes:

  • Ingredients with the tag {ingredient_name} or with amount: {ingredient_name}(200gr)
  • Materials: &{pot}
  • Timers: t{15 minutes}
  • Metadata: with >> tags: abc, easy, high-fiber
  • Comments: with /* my comment */ or // comment

Usage

To run apron, you just need to provide the file path location. For recipe content example you can see exmaple/jean-claude.apr

apron $PATH_TO_RECIPE_FILE

About

Write recipe that computer can understand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages