RST -> MD
This commit is contained in:
parent
b8b154e1e8
commit
bcacdd70c1
1 changed files with 9 additions and 4 deletions
|
@ -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.
|
Loading…
Reference in a new issue