Skip to content

Commit

Permalink
Merge pull request #5 from YummYume/fix/typo
Browse files Browse the repository at this point in the history
Fixed typo in bun add
  • Loading branch information
YummYume committed Sep 19, 2023
2 parents 882caa1 + b68b2d3 commit e5ea758
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-feet-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bun-stimulus-plugin': patch
---

Add badges to README.
5 changes: 5 additions & 0 deletions .changeset/thirty-moose-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bun-stimulus-plugin': patch
---

Fix a typo in the documentation for bun add.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Bun Stimulus Plugin

[![CI](https://github.com/YummYume/bun-stimulus-plugin/actions/workflows/ci.yaml/badge.svg)](https://github.com/YummYume/bun-stimulus-plugin/actions/workflows/ci.yaml)
[![Release](https://github.com/YummYume/bun-stimulus-plugin/actions/workflows/release.yml/badge.svg)](https://github.com/YummYume/bun-stimulus-plugin/actions/workflows/release.yml)

This plugin allows registering [Stimulus](https://stimulus.hotwired.dev/) controllers automatically from a directory with [Bun](https://bun.sh/).
Originally a [Webpack plugin](https://github.com/hotwired/stimulus-webpack-helpers) made by Hotwired, this plugin is inspired from [esbuild-plugin-stimulus](https://github.com/zombiezen/esbuild-plugin-stimulus).

Expand Down Expand Up @@ -30,7 +33,7 @@ yarn add -D bun-stimulus-plugin
pnpm add -D bun-stimulus-plugin

# bun
bun add --d bun-stimulus-plugin
bun add -d bun-stimulus-plugin
```

## Usage
Expand Down

0 comments on commit e5ea758

Please sign in to comment.