Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/workshopper/regex-adventure

learn regular expressions with this educational workshop
https://github.com/workshopper/regex-adventure

Last synced: 5 days ago
JSON representation

learn regular expressions with this educational workshop

Awesome Lists containing this project

README

        

# regex-adventure

Learn regular expressions with this educational workshop.

# install

```
$ sudo npm install -g regex-adventure
```

Then you will have a `regex-adventure` command:

```
$ regex-adventure
```

To play these levels offline, you'll also want to install:

```
$ npm install quotemeta marked
```