@upmind-automation/headless
v0.0.2
Published
Upmind Headless is a JavaScript framework used within the Upmind ecosystem, specifically for client UI user journeys. It is responsible for generating state machines that control the flow of client information and interactions, and to manage what actions
Downloads
91
Readme
Upmind Headless
Upmind Headless is a JavaScript framework used within the Upmind ecosystem, specifically for client UI user journeys. It is responsible for generating state machines that control the flow of client information and interactions, and to manage what actions can be done for each state.
Installation
Currently, there is no separate installation method for Upmind Headless. It is part of a package within a monorepo and can be consumed using standard ES6 import
or require
methods, configured using npm workspaces.
Usage
See individual modules for usage details.
Configuration
See individual modules for configuration details.
API Documentation
See individual modules for API documentation.
Examples
See individual modules for examples.
Tests
Unit tests are written using Vitest.
npm test
We also have unit tests code coverage provided by @vitest/coverage-istanbul.
License
The Upmind Headless package is proprietary and closed source.