From bcacdd70c14001112e5e243f469e5141cb9b46cd Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 17 May 2021 15:56:40 -0600 Subject: [PATCH] RST -> MD --- README.rst => README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) rename README.rst => README.md (72%) diff --git a/README.rst b/README.md similarity index 72% rename from README.rst rename to README.md index 4176208..7046e19 100644 --- a/README.rst +++ b/README.md @@ -1,12 +1,17 @@ -Reid's monorepo -=============== +# 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. -License -~~~~~~~ +## Projects + +- [Datalog](projects/datalog) +- [Flowmetal](projects/flowmetal) +- [YAML Schema](projects/yamlschema) + +## License Copyright Reid 'arrdem' McKenzie, 4/8/2021. + Unless labeled otherwise, the contents of this repository are distributed under the terms of the MIT license. See the included `LICENSE` file for more.