Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpil/elixre
🦑 An Elixir regular expression editor & tester, with Elm
https://github.com/lpil/elixre
elixir elm regexes web
Last synced: 17 days ago
JSON representation
🦑 An Elixir regular expression editor & tester, with Elm
- Host: GitHub
- URL: https://github.com/lpil/elixre
- Owner: lpil
- License: agpl-3.0
- Created: 2015-03-19T19:31:39.000Z (over 9 years ago)
- Default Branch: v2/master
- Last Pushed: 2020-01-12T22:33:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T22:55:42.673Z (about 1 month ago)
- Topics: elixir, elm, regexes, web
- Language: Elm
- Homepage: http://elixre.lpil.uk/
- Size: 575 KB
- Stars: 101
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Elixre
======An Elixir regular expression editor & tester.
A massive rip off of Michael Lovitt's [Rubular](http://rubular.com/).
## Usage
```sh
# Print dev usage
make
# Start the app in dev mode
make start# Run backend tests
mix test
# Run frontend tests
make elm-test-watch
```## Setup
Install Elixir and Node.
```sh
cd path/to/elixre# Install the deps
npm i -g yarn
make install
```## Deployment
TODO
## LICENCE
```
Elixre - An Elixir regular expression editor & tester
Copyright © 2015 - Present Louis PilfoldThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```