Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).