Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 841 Bytes

File metadata and controls

45 lines (29 loc) · 841 Bytes

Daco CLI

Swiss army knife for data product projects.

Installation

Homebrew (macOS/Linux)

brew install dacolabs/tap/daco

Scoop (Windows)

scoop bucket add dacolabs https://github.com/dacolabs/scoop-bucket.git
scoop install daco

Go Install

go install github.com/dacolabs/cli/cmd/daco@latest

Manual Download

Download the appropriate binary from the releases page.

Build from Source

git clone https://github.com/dacolabs/cli.git
cd cli
make build
./bin/daco --help

Contributing

We welcome contributions! See CONTRIBUTING.md for development setup, project structure, and guidelines.

License

This project is licensed under the Apache License 2.0 - see LICENSE for details.