Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogox/monorepo

Go Monorepo Boilerplate
https://github.com/diogox/monorepo

Last synced: 14 days ago
JSON representation

Go Monorepo Boilerplate

Awesome Lists containing this project

README

        

# Monorepo

## Setup

This repo leverages *Nix* to install all dependencies automatically.

The only dependencies we need to manually install are:
* [nix](https://github.com/NixOS/nix)
* [direnv](https://github.com/direnv/direnv)

Once they're installed, we just need to run:
```sh
direnv allow
```

And we're all done! :tada: