Skip to content

Commit

Permalink
Update recipes manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Apr 29, 2024
1 parent cc22dd8 commit 240d074
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions recipes/manifest.edn
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{:deps-try.manifest/recipes
[{:deps-try.recipe/url
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/deps_try/recipes.clj",
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/deps_try/recipes.clj",
:deps-try.recipe/name "deps-try/recipes",
:deps-try.recipe/title "Introducing recipes"}
{:deps-try.recipe/url
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/portal/intro.clj",
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/portal/intro.clj",
:deps-try.recipe/name "portal/intro",
:deps-try.recipe/title
"Introduction to portal, a Clojure tool to navigate data"}
{:deps-try.recipe/url
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/next_jdbc/intro_sqlite.clj",
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/patterns/middleware.clj",
:deps-try.recipe/name "patterns/middleware"}
{:deps-try.recipe/url
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/next_jdbc/intro_sqlite.clj",
:deps-try.recipe/name "next-jdbc/intro-sqlite",
:deps-try.recipe/title "A next-jdbc introduction using SQLite"}
{:deps-try.recipe/url
"https://raw.githubusercontent.com/eval/deps-try/recipes/recipes/malli/malli_select.clj",
"https://raw.githubusercontent.com/eval/deps-try/master/recipes/malli/malli_select.clj",
:deps-try.recipe/name "malli/malli-select",
:deps-try.recipe/title
"Introduction to malli-select, a library for spec2-inspired selection of Malli-schemas"}]}

0 comments on commit 240d074

Please sign in to comment.