Skip to content

Commit b3d901a

Browse files
committedApr 11, 2024
feat: ✨ update name
1 parent 99ccf91 commit b3d901a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "code_scraper"
2+
name = "code-scraper"
33
version = "1.1.0"
44
edition = "2021"
5-
repository = "https://github.com/dfrnoch/code_scraper"
5+
repository = "https://github.com/dfrnoch/code-scraper"
66

77
[dependencies]
88
clap = { version = "4.5.4", features = ["derive"] }

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
### Using Cargo
2525

2626
```bash
27-
cargo install --git https://github.com/dfrnoch/code_scraper
27+
cargo install --git https://github.com/dfrnoch/code-scraper
2828
```
2929

3030
### Downloading from GitHub
3131

32-
Every new version will be automatically compiled and available for download in the [releases page](https://github.com/dfrnoch/code_scraper/releases).
32+
Every new version will be automatically compiled and available for download in the [releases page](https://github.com/dfrnoch/code-scraper/releases).
3333

3434
## Usage
3535

3636
```bash
37-
code_scraper <source_folder> [custom_ignore_file] [--log]
37+
code-scraper <source_folder> [custom_ignore_file] [--log]
3838
```
3939

4040
- `<source_folder>`: 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
5555

5656
## Create a Bug Report
5757

58-
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.
58+
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.
5959

6060
## Submit a Feature Request
6161

62-
If you have an idea for a new feature or enhancement, please [submit a feature request](https://github.com/dfrnoch/code_scraper/issues).
62+
If you have an idea for a new feature or enhancement, please [submit a feature request](https://github.com/dfrnoch/code-scraper/issues).
6363

6464
## Contributing
6565

0 commit comments

Comments
 (0)
Please sign in to comment.