# Distiller
[![crates.io](https://img.shields.io/crates/v/distiller.svg)](https://crates.io/crates/distiller)
![pipeline status](https://github.com/chimbosonic/distiller/actions/workflows/build.yml/badge.svg?branch=main)
`distiller` is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
## Installation
`distiller` is written in [Rust](https://www.rust-lang.org/). You can clone the repo and run to compile and install the binary to `${HOME}/.cargo/bin/distiller`
```bash
cargo install --path .
```
### cargo install
You can also run
```bash
cargo install distiller
```
This will install it from [crates.io](https://crates.io) to `${HOME}/.cargo/bin/distiller`
## Usage
```bash
distiller --help
distiller is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
Usage: distiller [OPTIONS] --input
Options:
-o, --output