Skip to main content

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.