main

Version, currently master branch1 version
  • master branchlatestOct 22, 2021

github.com/Selleo/crystular

Crystal regex tester http://www.crystular.org/

31 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  main:
    github: Selleo/crystular
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.2.1
License
MIT
Author
Bartlomiej Wojtowicz <b.wojtowicz@selleo.com>
Target
  • main from src/main.cr

Dependencies

Runtime Dependencies

  • kemal1.1.0github: kemalcr/kemal

Development Dependencies

  • spec-kemal*github: kemalcr/spec-kemal, branch: masterdev

README

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
![Uptime Robot status](https://img.shields.io/uptimerobot/status/m780439763-859c717a1ccbfe8166e47db6.svg?style=flat-square)
[![CircleCI](https://circleci.com/gh/Selleo/crystular/tree/master.svg?style=svg)](https://circleci.com/gh/Selleo/crystular/tree/master)

# Crystular

Crystular is a rubular expression tester written in [crystal lang](https://crystal-lang.org/), inspired by Rubular.

Demo:
[http://www.crystular.org/](http://www.crystular.org/)

## Contribution guide

If you find any issues please report them [here](https://github.com/Selleo/crystular/issues) and provide your rubular expression (with options) and test string (if needed).

You can also fork repo and create PR.

## Authors

- [[qbart]](https://github.com/qbart) Bartłomiej Wójtowicz - creator, maintainer