Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydah/gashadokuro
💀 A CSS selector parser implemented in Ruby
https://github.com/ydah/gashadokuro
cssselector parser
Last synced: 6 days ago
JSON representation
💀 A CSS selector parser implemented in Ruby
- Host: GitHub
- URL: https://github.com/ydah/gashadokuro
- Owner: ydah
- License: mit
- Created: 2023-01-27T14:02:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T02:24:12.000Z (over 1 year ago)
- Last Synced: 2024-10-19T14:39:52.838Z (26 days ago)
- Topics: cssselector, parser
- Language: Ruby
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gashadokuro
[![CI](https://github.com/ydah/gashadokuro/actions/workflows/ci.yml/badge.svg)](https://github.com/ydah/gashadokuro/actions/workflows/ci.yml) [![Gem Version](https://badge.fury.io/rb/gashadokuro.svg)](https://badge.fury.io/rb/gashadokuro)
💀 A CSS selector parser implemented in Ruby 💀
## Installation
Just install the gashadokuro gem
```
gem install gashadokuro
```or if you use bundler put this in your `Gemfile`
```
gem 'gashadokuro'
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ydah/gashadokuro. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ydah/gashadokuro/blob/main/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Gashadokuro project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ydah/gashadokuro/blob/main/CODE_OF_CONDUCT.md).