Skip to content

Commit

Permalink
chore(README):
Browse files Browse the repository at this point in the history
  • Loading branch information
brucou committed Feb 8, 2019
1 parent 03fe56d commit bcb4f08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
|Modelize your interface | Encode the graph | Run the generated machine! |
|---|---|---|
|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png)

[![npm version](https://badge.fury.io/js/state-transducer.svg)](https://badge.fury.io/js/state-transducer)
![](https://img.shields.io/bundlephobia/minzip/state-transducer.svg)
![](https://img.shields.io/github/license/brucou/state-transducer.svg)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)

# Table of Contents
- [Features](#features)
- [A simple process](#a-simple-process)
Expand Down Expand Up @@ -31,11 +40,6 @@ function for tracing
- **automatic test generation!** : write the machine, how to progress from one state to another,
and let the computer generate hundreds of tests for you

# A simple process
|Modelization | Implementation | Execution |
|---|---|---|
|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png)

# Examples
- [password meter component](https://codesandbox.io/s/73wy8jwk86)
- [movie database search interface](https://codesandbox.io/s/mo2p97k7m8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Extended Hierarchical State Transducer library",
"repository": {
"type": "git",
"url": "https://github.com/brucou"
"url": "https://github.com/brucou/state-transducer"
},
"keywords": [
"state-machine",
Expand Down

0 comments on commit bcb4f08

Please sign in to comment.