Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierwill/codetagger
https://github.com/pierwill/codetagger
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierwill/codetagger
- Owner: pierwill
- Created: 2024-04-09T15:26:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:59:12.000Z (6 months ago)
- Last Synced: 2024-05-22T18:06:51.731Z (6 months ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. [Install Rust](https://www.rust-lang.org/tools/install).
2. Download this repo.
3. From the repo root, run `cargo install --path .`. Now you can run `codetagger` from anywhere.
4. Pass the docs repo path and the path to the list of includes files:```
codetagger --repo "/Users/me/repo/cloud-docs" --includesfile "path to includes file"
```5. If you like the output, run again with `--dryrun=false`.