# ods CLI for Open Data Schema 1. [Install](#install) 2. [Usage](#usage) 3. [Changelog](#changelog) ## Install `ods` is available on Linux, macOS & Windows #### With [Homebrew](https://brew.sh/) ``` $ brew install open-data-schema/tap/ods ``` #### With [AUR](https://aur.archlinux.org) ``` $ yay -S ods ``` #### With [Scoop](https://scoop.sh) ``` $ scoop bucket add open-data-schema https://github.com/open-data-schema/scoop-bucket $ scoop install ods ``` #### With [cargo](https://crates.io/) ``` $ cargo install ods ``` #### Direct Pre-built binary executables are available at [releases page](https://github.com/open-data-schema/ods/releases). Download, unarchive the binary, and then put the executable in `$PATH`. ## Usage ## Contributors Here is a list of [Contributors](http://github.com/open-data-schema/ods/contributors) ### TODO ## Changelog Please see [CHANGELOG.md](CHANGELOG.md). ## License MIT/X11 ## Bug Reports Report [here](http://github.com/open-data-schema/ods/issues).