diff --git a/Cargo.lock b/Cargo.lock index 1fc9f97..cf14f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] -name = "code_scraper" +name = "code-scraper" version = "1.1.0" dependencies = [ "clap", diff --git a/Cargo.toml b/Cargo.toml index a21e9b9..93e668b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "code_scraper" +name = "code-scraper" version = "1.1.0" edition = "2021" -repository = "https://github.com/dfrnoch/code_scraper" +repository = "https://github.com/dfrnoch/code-scraper" [dependencies] clap = { version = "4.5.4", features = ["derive"] } diff --git a/README.md b/README.md index 57be8b4..6816964 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ ### Using Cargo ```bash -cargo install --git https://github.com/dfrnoch/code_scraper +cargo install --git https://github.com/dfrnoch/code-scraper ``` ### Downloading from GitHub -Every new version will be automatically compiled and available for download in the [releases page](https://github.com/dfrnoch/code_scraper/releases). +Every new version will be automatically compiled and available for download in the [releases page](https://github.com/dfrnoch/code-scraper/releases). ## Usage ```bash -code_scraper [custom_ignore_file] [--log] +code-scraper [custom_ignore_file] [--log] ``` - ``: The path to the source directory containing the code files to be extracted. @@ -55,11 +55,11 @@ Code Scraper for AI generates an output file named `output.txt` in the current d ## Create a Bug Report -If you encounter an error message or run into an issue, please [create an issue](https://github.com/dfrnoch/code_scraper/issues). Your effort is valued and will help improve the tool for other users. +If you encounter an error message or run into an issue, please [create an issue](https://github.com/dfrnoch/code-scraper/issues). Your effort is valued and will help improve the tool for other users. ## Submit a Feature Request -If you have an idea for a new feature or enhancement, please [submit a feature request](https://github.com/dfrnoch/code_scraper/issues). +If you have an idea for a new feature or enhancement, please [submit a feature request](https://github.com/dfrnoch/code-scraper/issues). ## Contributing