Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonmagic/scriptular

A rubular.com clone for javascript regular expressions.
https://github.com/jonmagic/scriptular

Last synced: 10 days ago
JSON representation

A rubular.com clone for javascript regular expressions.

Awesome Lists containing this project

README

        

Scriptular
==========

A regular expression editor for javascript.

## Backstory

Before the summer of 2011 I never took the time to dig into regular expressions and actually learn how they work. Then [Hubot](http://hubot.github.com) came along and suddenly regular expressions were cool.

Immediately I began writing hubot scripts and started using [Rubular](http://rubular.com) to test my regular expressions. Unforunately there are some differences between regular expressions in Ruby and javascript.

So I created [Scriptular](http://scriptular.com) and started regular expressing myself ;)

## Compiling Coffeescript in Development

1. clone the repo
2. npm install
3. npm run build

## Running Tests

Just open SpecRunner.html in a browser to run the test suite.

## Contribute

If you'd like to hack on Scriptular, start by forking the repo on GitHub:

https://github.com/jonmagic/scriptular

The best way to get your changes merged back into core is as follows:

1. Clone down your fork
1. Create a thoughtfully named topic branch to contain your change
1. Hack away
1. If you are adding new functionality, document it in the README
1. If necessary, rebase your commits into logical chunks, without errors
1. Push the branch up to GitHub
1. Send a pull request for your branch

## Contributors

* [Jonathan Hoyt](https://github.com/jonmagic)
* [Brandon Keepers](https://github.com/bkeepers)
* [Aaron Kalin](https://github.com/martinisoft)
* [Ben Truyman](https://github.com/bentruyman)
* [John K. Paul](https://github.com/johnkpaul)
* [Adam Brodzinski](https://github.com/AdamBrodzinski)
* [brycecr](https://github.com/brycecr)
* [Judith Hengeveld](https://github.com/judith)
* [beechnut](https://github.com/beechnut)
* [Blair Anderson](https://github.com/blairanderson)
* [Vladimir Pestov](https://github.com/KozzyKoder)
* [Corey Leveen](https://github.com/coreyleveen)
* [Daniel Arthur Gallagher](https://github.com/DanArthurGallagher)
* [Mosh Feu](https://github.com/moshfeu)
* [Wendy](https://github.com/w-kuhn)

## License

Copyright (c) 2011 Jonathan Hoyt

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.