source/README.md

25 lines
874 B
Markdown
Raw Normal View History

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.
2021-08-30 07:18:55 +00:00
And so I'm going the other way; Bazel in a monorepo with subprojects so I'm able to reuse a maximum of scaffolding.
2021-04-08 06:37:51 +00:00
2021-05-17 21:56:40 +00:00
## Projects
2021-08-30 07:18:55 +00:00
- [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)
2022-07-29 05:45:00 +00:00
- [Cram (now with a new home)](https://github.com/arrdem/cram)
2021-05-17 21:56:40 +00:00
- [Flowmetal](projects/flowmetal)
2021-08-30 07:18:55 +00:00
- [Lilith](projects/lilith)
2021-05-17 21:56:40 +00:00
2021-10-11 03:42:38 +00:00
## Hacking (Ubuntu)
2021-11-01 15:47:59 +00:00
See [HACKING.md](HACKING.md)
2021-10-11 03:42:38 +00:00
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.