Corgi docs πΆ
"It works on my local" - for you and your peers
# Quick install β¬οΈ
brew install andriiklymiuk/homebrew-tools/corgi
corgi help # to show some helpful commands
# Try expo app and hono server example
corgi run -t https://github.com/Andriiklymiuk/corgi_examples/blob/main/honoExpoTodo/hono-bun-expo.corgi-compose.yml
π©βπ»π«±π½βπ«²πΎπ§π»βπ» Made for fullstack
You can start any server, app, website inside of corgi easily. .env
will be wired up and ready to go in each one.
π Pizza circle
Corgi is designed for teams, so you can share your setup (populated database, required tech, etc), and your peers can reproduce whatever is going on in minutes.
π οΈ Useful tools
We also include some helpful things, like auto opening docker on db starts and db population from your data, so you don't have to.
π Transparent
When you create database service, it created files on your local, as helpers, so you understand what is going on.
π Written in Go
It is written in go, so it is pretty fast. Services run concurrently when it is useful.
πͺ Brings you up to speed
Save a lot of time in context switching between projects and laptops.