Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 280 Bytes

smachine

A simple state machine written in typescript, really just some noodling. The 'example' implementation (if you can call it that) is just some branched conversation on the CLI with readline.

To use

  • Run with npm start
  • Type end to quit.
  • Test with npm test