Add a readme, providing a super brief summary and a link to the documentation

This commit is contained in:
Savanni D'Gerinel 2023-07-09 17:59:59 -04:00
parent c0f5a07c80
commit 065130c09b
2 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,12 @@ Tools for running builds using Nix in a monorepo.
Goal: Using one coherent build tool, I can develop multiple projects with common dependencies. Goal: Using one coherent build tool, I can develop multiple projects with common dependencies.
Requirements: # Background
# Requirements
- select the toolchains and versions thereof for the project - select the toolchains and versions thereof for the project
- configure cross-compilation - configure cross-compilation
- allow multiple languages - allow multiple languages

5
readme.md Normal file
View File

@ -0,0 +1,5 @@
# Mononix
Monorepo tools using Nix as the build, link, and package tool.
See [the documentation index](Mononix/Index.md) for more detailed documentation.