Skip to content

Commit e367b81

Browse files
authored
Merge pull request #8 from pomcho555/add-readme-badges
Add badges to README.md
2 parents 1c555c0 + c869a69 commit e367b81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RSP (Raw String Peeler)
22

3+
[![Build Status](https://github.com/pomcho555/rsp/workflows/CI/badge.svg)](https://github.com/pomcho555/rsp/actions)
4+
[![Crates.io](https://img.shields.io/crates/v/rsp-cli.svg)](https://crates.io/crates/rsp-cli)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
37
A Rust CLI tool that converts escaped strings embedded in YAML ConfigMaps into properly formatted multi-line strings using YAML's pipe (`|`) syntax.
48

59
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)