distiller

Crates.iodistiller
lib.rsdistiller
version2.0.4
sourcesrc
created_at2020-09-28 15:30:19.609349
updated_at2024-08-27 16:11:04.429959
descriptiondistiller is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
homepage
repositoryhttps://github.com/chimbosonic/distiller/
max_upload_size
id293729
size60,265
Alexis Lowe (chimbosonic)

documentation

README

Distiller

crates.io pipeline status

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. You can clone the repo and run to compile and install the binary to ${HOME}/.cargo/bin/distiller

cargo install --path .   

cargo install

You can also run

cargo install distiller

This will install it from crates.io to ${HOME}/.cargo/bin/distiller

Usage

distiller --help
distiller 2.0.4
Extracts all comments in source code to sqlite db

USAGE:
    distiller [OPTIONS] --input <DIRECTORY>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <DIRECTORY>    Sets the source directory to parse
    -o, --output <FILE>        Sets the output db file defaults to results.db

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Commit count: 29

cargo fmt