0.0.2 • Published 5 months ago

@yantrix/automata v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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.