https://github.com/bouk/esbuild-ruby
https://github.com/bouk/esbuild-ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bouk/esbuild-ruby
- Owner: bouk
- License: mit
- Created: 2021-04-12T14:58:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T13:52:52.000Z (about 5 years ago)
- Last Synced: 2025-12-01T07:38:30.404Z (7 months ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Esbuild
Use [esbuild](https://github.com/evanw/esbuild) from Ruby.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'esbuild'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install esbuild
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/bouk/esbuild-ruby.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).