Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 885 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 885 Bytes

monorepo

Playing around with monorepo setup and tools to see how it works for my personal playground

Build Status Join the chat at https://gitter.im/jmeagher-monorepo/Lobby CircleCI

This might be useful to someone out there of how to setup a monorepo using Bazel and a variety of languages. To get started install Bazelisk. bazel build //... will build everything. bazel test //... will run all the unit tests.