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
- Host: GitHub
- URL: https://github.com/semibran/fsm-dom
- Owner: semibran
- License: mit
- Created: 2020-11-02T20:54:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T06:20:11.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:59:23.304Z (over 1 year ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
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+)
```