Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petems/gsubular

Like Rubular...but for gsub!
https://github.com/petems/gsubular

Last synced: 1 day ago
JSON representation

Like Rubular...but for gsub!

Awesome Lists containing this project

README

        

# Gsubular
[![Build Status](https://travis-ci.org/petems/gsubular.svg?branch=master)](https://travis-ci.org/petems/gsubular)

![Screenshot](https://cloud.githubusercontent.com/assets/1064715/15994642/1774230e-3102-11e6-9d27-d9c3ec694760.png)

[Rubular](http://www.rubular.com), but for Gsub!

Inspired heavily by [Rubex](https://github.com/keithnorm/Rubex/)

See it in action on [Heroku](https://gsubular.herokuapp.com)

# Running locally

```
$ git clone [email protected]:petems/gsubular.git
$ bundle install
$ bundle exec ruby gsubular.rb
```

# Running tests

```
$ bundle install
$ bundle exec rake spec
```