shieldify

Crates.ioshieldify
lib.rsshieldify
version0.1.3
sourcesrc
created_at2023-07-22 01:54:53.249492
updated_at2023-09-22 23:19:32.318145
descriptionA simple CLI tool to generate shields from info in Cargo.toml
homepagehttps://github.com/JohnScience/shieldify
repositoryhttps://github.com/JohnScience/shieldify
max_upload_size
id922836
size27,167
Dmitrii - Demenev (JohnScience)

documentation

https://docs.rs/shieldify

README

Shieldify

Crates.io Downloads License Dependency Status

Add sheilds (=badges) to your README.md with ease.

Installation

cargo install shieldify

Usage

Add repository field to your Cargo.toml and run in the crate root:

shieldify

Your README.md will be updated with the badges.

Notes

For crates with src/lib.rs, it will also add a badge for the documentation.

At the moment of writing, the crate expects that the repository is hosted on GitHub.

In theory, the crate might eventually be able to use git2 to get the repository information from the local repository, but it is not implemented yet.

Related crates

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 10

cargo fmt