Skip to content

Commit

Permalink
chore: Add build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed May 29, 2024
1 parent 3c37769 commit aec0e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

> Extract documentation examples from real source code
[![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)
[![npm](https://img.shields.io/npm/v/example-extractor.svg)](https://www.npmjs.com/package/example-extractor)

## Overview

`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.
Expand Down

0 comments on commit aec0e3f

Please sign in to comment.