2021-05-17 21:56:40 +00:00
|
|
|
# Reid's monorepo
|
2021-04-08 06:37:51 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2021-05-17 21:56:40 +00:00
|
|
|
## Projects
|
|
|
|
|
|
|
|
- [Datalog](projects/datalog)
|
|
|
|
- [Flowmetal](projects/flowmetal)
|
|
|
|
- [YAML Schema](projects/yamlschema)
|
2021-08-08 06:16:37 +00:00
|
|
|
- [zapp](projects/zapp)
|
2021-05-17 21:56:40 +00:00
|
|
|
|
|
|
|
## License
|
2021-04-08 06:37:51 +00:00
|
|
|
|
|
|
|
Copyright Reid 'arrdem' McKenzie, 4/8/2021.
|
2021-05-17 21:56:40 +00:00
|
|
|
|
2021-04-08 06:37:51 +00:00
|
|
|
Unless labeled otherwise, the contents of this repository are distributed under the terms of the MIT license.
|
|
|
|
See the included `LICENSE` file for more.
|