Skip to content

Commit 34626ca

Browse files
authored
Update README.md
Add badges
1 parent a3f5465 commit 34626ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Common rust command-line macros and utilities, to write shell-script like tasks
66
easily in rust programming language. Available at [crates.io](https://crates.io/crates/cmd_lib).
77

8+
[![Build status](https://github.com/rust-shell-script/rust_cmd_lib/workflows/ci/badge.svg)](https://github.com/rust-shell-script/rust_cmd_lib/actions)
9+
[![Crates.io](https://img.shields.io/crates/v/cmd_lib.svg)](https://crates.io/crates/cmd_lib)
10+
[![Packaging status](https://repology.org/badge/tiny-repos/cmd_lib.svg)](https://repology.org/project/cmd_lib/badges)
11+
12+
813
### Why you need this
914
If you need to run some external commands in rust, the
1015
[std::process::Command](https://doc.rust-lang.org/std/process/struct.Command.html) is a good

0 commit comments

Comments
 (0)