Robo Wizard is a library and collection of packages for building multi-step workflows backed by a state machine using @xstate/fsm.
👀 Read the docs to find out more
Check out the examples directory to see a sample of usage with HTML and a few framework integrations.
This project is built with Vite and uses pnpm for package management.
Below is a list of commands you will probably find useful.
Runs the project in development/watch mode. Your project will be rebuilt upon changes.
Bundles the package to the dist
folder.
The package is optimized and bundled with Rollup into multiple formats (UMD and ES Module).
Runs the test watcher (Vitest) in an interactive mode. By default, runs tests related to files changed since the last commit.