@yantrix/automata
v0.0.2
Published
Yantrix framework core: reference Typescript implementation of finite state machine
Downloads
215
Readme
@yantrix/automata
Yantrix is a (mostly) TypeScript framework and a DSL, that make up a full instrumental chain to implement robust and self-documented functional applications by code generation in multiple programming languages.
Reference finite state machine (FSM) implementation for Yantrix framework. This package provides foundational building blocks for creating and managing state machines with type-safe transitions and event handling in Typescript
📖 Usage
Install the primary package using your prefered package manager. All the secondary dependencies will be installed automatically.
# Via NPM
$ npm install @yantrix/automata
# Via Yarn
$ yarn add @yantrix/automata
# Via PNPM
$ pnpm install @yantrix/automata
# ✨ Auto-detection
$ npx nypm install @yantrix/automata
We suggest using
pnpm
Then, see the docs:
🌱 Contributing
📜 License
Made with 💜. Published under MIT License.