Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 801 Bytes

README.md

File metadata and controls

52 lines (39 loc) · 801 Bytes

Hotwire Combobox

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "hotwire_combobox"

And then execute:

$ bundle

Or install it yourself as:

$ gem install hotwire_combobox

Contributing

Setup

$ bin/setup

Running the tests

$ bundle exec rake app:test
$ bundle exec rake app:test:system

Running the dummy app

$ bin/rails s

Releasing

  1. Bump the version in lib/hotwire_combobox/version.rb
  2. Commit the change (e.g. git commit -am "Bump to 0.1.0")
  3. Run bundle exec rake release

License

The gem is available as open source under the terms of the MIT License.