-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbb.edn
More file actions
10 lines (10 loc) · 631 Bytes
/
bb.edn
File metadata and controls
10 lines (10 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
{:deps {io.github.eval/deps-try {:local/root "."}}
:bbin/bin {deps-try {:main-opts ["-m" "eval.deps-try"]}}
:tasks
{gen-manifest {:doc "Generate recipe-manifest and print to stdout"
:requires ([babashka.fs :as fs])
:task (exec 'eval.deps-try.recipe/generate&print-manifest
{:exec-args
{:exclude-status #{:draft}
:base-url "https://raw.githubusercontent.com/eval/deps-try/master/recipes"
:folder (str (fs/path (fs/cwd) "recipes"))}})}}}