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

https://github.com/semibran/fsm-dom

finite state machine sandbox for dom tests
https://github.com/semibran/fsm-dom

Last synced: about 1 year ago
JSON representation

finite state machine sandbox for dom tests

Awesome Lists containing this project

README

          

# fsm-dom
> finite state machine sandbox for dom tests

## development
To get started, fork this repository and enter the following commands.
```sh
> scaffy # replace template tags
> pkg-bump # update package.json dep versions
> npm i # install deps
> make watch # watch files (requires make 3.8.2+)
```