Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogox/monorepo
Go Monorepo Boilerplate
https://github.com/diogox/monorepo
Last synced: 14 days ago
JSON representation
Go Monorepo Boilerplate
- Host: GitHub
- URL: https://github.com/diogox/monorepo
- Owner: diogox
- Created: 2022-01-22T17:22:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T23:53:32.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T16:58:20.986Z (5 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: