commit | 0d7c91e331022831a974c2e34d32bb5b89ddc89c | [log] [tgz] |
---|---|---|
author | Hendrik Hofstadt <hendrik@certus.one> | Wed Oct 23 21:44:47 2019 +0200 |
committer | Hendrik Hofstadt <hendrik@certus.one> | Wed Oct 23 21:44:47 2019 +0200 |
tree | 5b822873c015053f4b697d60c33fa3b1ef9a3a4b | |
parent | 043daa57020dd36e074488dcb432114a548a3d2a [diff] |
Implement monorepo layout Implemented the nexantic monorepo. Smalltown code was moved to `core`. From now on all code will live in top level directories named after the projects with the exception for general purpose libraries which should go to `<lang>libs`. General build and utility folders are underscore prefixed. The repo name will from now on be rNXT (nexantic). I think this change makes sense since components in this repo will not all be part of Smalltown, the Smalltown brand has been claimed by Signon GmbH so we need to change it anyway and the longer we wait the harder it will be to change/move it. Test Plan: Launched Smalltown using `./scripts/bin/bazel run //core/scripts:launch` X-Origin-Diff: phab/D210 GitOrigin-RevId: fa5a7f08143d2ead2cb7206b4c63ab641794162c
This is the monorepo storing all of nexantic's internal projects and libraries.
All builds should be executed using the shipped nexantic-dev
container which is automatically built by the create script.
The container contains all necessary dependencies and env configurations necessary to get started right away.
Spinning up: scripts/create_container.sh
Spinning down: scripts/destroy_container.sh
Running commands: scripts/run_in_container.sh @
Using bazel: scripts/bin/bazel @