From 84d197d1aea5a05472b17b6b76d288d1859a09ba Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 30 Aug 2021 01:18:55 -0600 Subject: [PATCH] Update projects list --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b49e19..5a34d59 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # Reid's monorepo I've found it inconvenient to develop lots of small Python modules. -And so I'm going the other way; Bazel in a monorepo with several subprojects so I'm able to reuse a maximum of scaffolding. +And so I'm going the other way; Bazel in a monorepo with subprojects so I'm able to reuse a maximum of scaffolding. ## Projects -- [Datalog](projects/datalog) +- [Datalog](projects/datalog) and the matching [shell](projects/datalog-shell) +- [YAML Schema](projects/yamlschema) (JSON schema with knowledge of PyYAML's syntax structure & nice errors) +- [Zapp! (now with a new home and releases)](https://github.com/arrdem/rules_zapp) - [Flowmetal](projects/flowmetal) -- [YAML Schema](projects/yamlschema) -- [zapp](projects/zapp) +- [Lilith](projects/lilith) ## License