File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ | Modelize your interface | Encode the graph | Run the generated machine! |
2
+ | ---| ---| ---|
3
+ |![ password submit fsm] ( assets/password%20submit%20fsm.png ) |![ password selector fsm transitions] ( assets/password%20selector%20transitions%20code.png ) |![ password selector] ( assets/password%20selector.png )
4
+
5
+ [ ![ npm version] ( https://badge.fury.io/js/state-transducer.svg )] ( https://badge.fury.io/js/state-transducer )
6
+ ![ ] ( https://img.shields.io/bundlephobia/minzip/state-transducer.svg )
7
+ ![ ] ( https://img.shields.io/github/license/brucou/state-transducer.svg )
8
+ ![ Contributions welcome] ( https://img.shields.io/badge/contributions-welcome-orange.svg )
9
+
1
10
# Table of Contents
2
11
- [ Features] ( #features )
3
12
- [ A simple process] ( #a-simple-process )
@@ -31,11 +40,6 @@ function for tracing
31
40
- ** automatic test generation!** : write the machine, how to progress from one state to another,
32
41
and let the computer generate hundreds of tests for you
33
42
34
- # A simple process
35
- | Modelization | Implementation | Execution |
36
- | ---| ---| ---|
37
- |![ password submit fsm] ( assets/password%20submit%20fsm.png ) |![ password selector fsm transitions] ( assets/password%20selector%20transitions%20code.png ) |![ password selector] ( assets/password%20selector.png )
38
-
39
43
# Examples
40
44
- [ password meter component] ( https://codesandbox.io/s/73wy8jwk86 )
41
45
- [ movie database search interface] ( https://codesandbox.io/s/mo2p97k7m8 )
Original file line number Diff line number Diff line change 5
5
"description" : " Extended Hierarchical State Transducer library" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/brucou"
8
+ "url" : " https://github.com/brucou/state-transducer "
9
9
},
10
10
"keywords" : [
11
11
" state-machine" ,
You can’t perform that action at this time.
0 commit comments