Skip to content

Commit c869a69

Browse files
pomcho555claude
andcommitted
Add badges to README.md
- Add build status badge for GitHub Actions CI - Add crates.io version badge for rsp-cli package - Add MIT license badge 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1c555c0 commit c869a69

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)