# Quartz
A collaborative API Client for CLI lovers.
## About
This project is in its early development stages. Features are very likely to change. Suggestions are welcome. :)
What Quartz is:
- API Client organization tool for developers.
- A command-line alternative to Postman and Insomnia.
What Quartz is **not**:
- A cURL replacement.
## Installation
<details>
<summary>Install script (cURL)</summary>
bash -c "$(curl -fsSL https://raw.githubusercontent.com/EduardoRodriguesF/quartz/master/install.sh)"
</details>
<details>
<summary>Cargo</summary>
cargo install quartz-cli
</details>
<details>
<summary>Homebrew</summary>
brew tap eduardorodriguesf/quartz
brew install quartz
</details>
## Documentation
To get started with quartz, head to the [wiki page](https://github.com/EduardoRodriguesF/quartz/wiki) and dive in!
## License
This project is under [Apache License 2.0](/LICENSE).