Skip to content

Commit aec0e3f

Browse files
committed
chore: Add build badges
1 parent 3c37769 commit aec0e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Extract documentation examples from real source code
44
5+
[![Build + test](https://github.com/case-contract-testing/example-extractor/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/case-contract-testing/example-extractor/actions/workflows/build-and-test.yml)
6+
[![npm](https://img.shields.io/npm/v/example-extractor.svg)](https://www.npmjs.com/package/example-extractor)
7+
58
## Overview
69

710
`example-extractor` is a command-line interface (CLI) tool designed to extract documentation examples directly from source files. This tool helps you automate the process of collecting code examples, making it easier to generate documentation or create educational material.

0 commit comments

Comments
 (0)