Skip to content

Commit c11586f

Browse files
committed
chore: add badges to readme
1 parent ffe64a7 commit c11586f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# bare-bundle-transform
22

3+
[![NPM Version](https://img.shields.io/npm/v/bare-bundle-transform)](https://npmjs.com/package/bare-bundle-transform)
4+
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
5+
36
Provides a simple [CLI](#cli) that takes a [bare-bundle](https://github.com/holepunchto/bare-bundle/) generated by [bare-pack](https://github.com/holepunchto/bare-pack) and transforms each file in the bundle. You can use this to alter code that's incompatible with [bare](https://github.com/holepunchto/bare) while bundling, like regex patterns using the `/u` flag, for example.
47

58
## Installation

0 commit comments

Comments
 (0)