Skip to content

Commit

Permalink
feat: ✨ update name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrnoch committed Apr 11, 2024
1 parent 99ccf91 commit b3d901a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"] }
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <source_folder> [custom_ignore_file] [--log]
code-scraper <source_folder> [custom_ignore_file] [--log]
```

- `<source_folder>`: The path to the source directory containing the code files to be extracted.
Expand All @@ -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

Expand Down

0 comments on commit b3d901a

Please sign in to comment.