# README
envctl
Manage project environment variables with ease. ✨
Installation
Using Homebrew
brew install twelvelabs/tap/envctl
Pre-built binary
Download a pre-built binary from the Releases page.
From source
# main branch
go install github.com/twelvelabs/envctl@latest
# or a specific version tag
go install github.com/twelvelabs/[email protected]
Usage
TODO
Development
# Ensures all required dependencies are installed
# and bootstraps the project for local development.
make setup
# Run tests.
make test
# Run the app.
make run
# Show help.
make