Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmoothy/fsmoothy
FSMoothy: Your strongly-typed Finite State Machine, battery-packed and ready to roll!
https://github.com/fsmoothy/fsmoothy
finite-state-machine fsm javascript state-machine state-machine-diagram state-machine-dsl typescript
Last synced: 2 months ago
JSON representation
FSMoothy: Your strongly-typed Finite State Machine, battery-packed and ready to roll!
- Host: GitHub
- URL: https://github.com/fsmoothy/fsmoothy
- Owner: fsmoothy
- License: mit
- Created: 2023-09-01T15:43:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-24T10:48:13.000Z (7 months ago)
- Last Synced: 2024-11-29T05:51:21.677Z (3 months ago)
- Topics: finite-state-machine, fsm, javascript, state-machine, state-machine-diagram, state-machine-dsl, typescript
- Language: TypeScript
- Homepage: https://fsmoothy.github.io/fsmoothy/
- Size: 1.52 MB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Maintainability](https://api.codeclimate.com/v1/badges/e8f2724e27b28e3afc6b/maintainability)](https://codeclimate.com/github/fsmoothy/fsmoothy/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/e8f2724e27b28e3afc6b/test_coverage)](https://codeclimate.com/github/fsmoothy/fsmoothy/test_coverage)
`fsmoothy` is a totally pragmatic library for building state machines.
## Features
- TypeScript native
- Hooks for state transitions
- Promises are used for all transition
- Magic methods for checkers, events and transitions
- Simple and powerful API
- Use it in browser or Node.js## Libraries and tools
- [Core](https://github.com/fsmoothy/fsmoothy/tree/master/packages/core)
- [TypeORM integration](https://github.com/fsmoothy/fsmoothy/tree/master/packages/typeorm)
- [Graphviz renderer](https://github.com/fsmoothy/fsmoothy/tree/master/packages/graphviz)