recursive-recipes

将食谱的递归性质可视化。「Visualize the recursive nature of recipes 🍰 🍪」

Github星跟蹤圖

recursive-reicipes

This is an attempt to visualize the recursive nature of recipes. You can view the time it takes and the cost needed to make different recipes, even when you subtitute the ingredients by recipes themselves.

Try it out at https://recursiverecipes.schollz.com, or run it yourself.

Run yourself

Requirements:

  • Node + Yarn
  • Go
  • Graphviz

Build:

$ go get -u github.com/schollz/recursive-recipe
$ cd $GOPATH/src/github.com/schollz/recursive-recipes/scratch/app
$ yarn install
$ yarn build

Run:

$ cd $GOPATH/src/github.com/schollz/recursive-recipes
$ go build -v
$ ./recursive-recipes

Now open up localhost:8031.

Recipes

The recipes themselves are in the recipes.toml file. You can add/delete/edit recipes here, and then the app will automatically update.

License

MIT

主要指標

概覽
名稱與所有者schollz/recursive-recipes
主編程語言Go
編程語言Go (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2018-05-07 15:25:26
推送於2023-10-15 15:16:50
最后一次提交2021-03-16 11:38:36
發布數1
最新版本名稱v0.2.0 (發布於 )
第一版名稱v0.2.0 (發布於 )
用户参与
星數155
關注者數8
派生數9
提交數121
已啟用問題?
問題數15
打開的問題數10
拉請求數3
打開的拉請求數0
關閉的拉請求數35
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?