effect-machine
Schema-first state machines and statecharts for Effect
File Explorer
Download Latest Version (.zip)- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- config.json
- README.md
- proposal.md
- ci.yml
- release.yml
- runtime-performance-comment.yml
- runtime-performance.yml
- type-performance-comment.yml
- type-performance.yml
- website.yml
- CODEOWNERS
- pull_request_template.md
- extensions.json
- settings.json
- agent-guide.md
- effect-atom-react.md
- counter.mjs
- effect-machine-compatibility.mjs
- implementations.mjs
- memory-worker.mjs
- README.md
- adapter-readiness-control.ts
- adapter-readiness.ts
- composition-control.ts
- composition.ts
- define-states.ts
- definition-variants-control.ts
- definition-variants.ts
- dynamic-invoke-control.ts
- dynamic-invoke.ts
- effect-only.ts
- exact-channels-control.ts
- exact-channels.ts
- handle-depth-24-control.ts
- handle-depth-24.ts
- handle-depth-wide-16-control.ts
- handle-depth-wide-16.ts
- handle.ts
- import-only.ts
- make-control.ts
- make.ts
- named-branches-control.ts
- named-branches.ts
- api-reference.test.mjs
- generate.mjs
- module-comment.mjs
- normalize.mjs
- app-icon.svg
- social-card.svg
- client.js
- styles.css
- apple-touch-icon.png
- favicon.ico
- favicon.svg
- icon-192.png
- icon-512.png
- icon-maskable-512.png
- logo.svg
- social-card.png
- api-reference-site.test.mjs
- generate.mjs
- serve.mjs
- consumer.ts
- deep-bound.ts
- package.json
- runtime.mjs
- tsconfig.json
- check-architecture.mjs
- check-architecture.test.mjs
- check-changeset.mjs
- ci-changes.mjs
- ci-changes.test.mjs
- compare-runtime-performance.mjs
- compare-type-performance.mjs
- invoke-autocomplete.test.mjs
- pack-check.mjs
- runtime-performance-compatibility.test.mjs
- runtime-performance-regression.mjs
- runtime-performance-regression.test.mjs
- runtime-performance.mjs
- test-consumer.mjs
- type-performance.mjs
- activities.ts
- atom.ts
- cluster.ts
- command.ts
- commandRuntime.ts
- configuration.ts
- errors.ts
- executionPlan.ts
- initialization.ts
- inspectionRuntime.ts
- invocation.ts
- invocationEvent.ts
- machine.ts
- planner.ts
- process.ts
- protocol.ts
- readiness.ts
- runtime.ts
- serialization.ts
- stateDefinition.ts
- symbols.ts
- topology.ts
- arbitrary.ts
- exploration.ts
- finiteModel.ts
- invariant.ts
- probe.ts
- referenceModel.ts
- runtime.ts
- runtimeInvariant.ts
- trace.ts
- transitionCoverage.ts
- verification.ts
- index.ts
- MachineTest.ts
- ClusterMachine.ts
- index.ts
- AtomMachine.ts
- index.ts
- index.ts
- Machine.ts
- strategyDifferential.ts
- activities.test.ts
- invocation.test.ts
- processLifecycle.test.ts
- protocol.test.ts
- strategyDifferential.test.ts
- activityLifecycleModel.ts
- runtimeDifferential.ts
- mermaid.ts
- model.ts
- text.ts
- ActivityLifecycleModel.test.ts
- Annotations.test.ts
- AnnotationsVisualization.test.ts
- Choice.test.ts
- DeepHandlers.test.ts
- DynamicChildren.test.ts
- History.test.ts
- InitialEntry.test.ts
- Inspection.test.ts
- Invoke.test.ts
- LiveInspection.test.ts
- LocalTargetWith.test.ts
- Machine.test.ts
- MachineReferences.test.ts
- MermaidVisualization.test.ts
- PublicPrototype.test.ts
- Resume.test.ts
- RuntimeDifferential.test.ts
- Scheduling.test.ts
- SnapshotCodecAdversarial.test.ts
- SnapshotContext.test.ts
- StateDefinition.test.ts
- StateUpdate.test.ts
- StructuralStates.test.ts
- Totality.test.ts
- Visualization.test.ts
- Coverage.test.ts
- Exploration.test.ts
- FiniteModel.test.ts
- Invariant.test.ts
- MachineTest.test.ts
- Probe.test.ts
- ReferenceModel.test.ts
- Runtime.test.ts
- Verification.test.ts
- ClusterMachine.test.ts
- AtomMachine.test.ts
- Activities.tst.ts
- Annotations.tst.ts
- Choice.tst.ts
- ConsumerTypes.tst.ts
- DeepHandlers.tst.ts
- DynamicChildren.tst.ts
- EventByTag.tst.ts
- EventConstructors.tst.ts
- History.tst.ts
- InitialEntry.tst.ts
- Inspection.tst.ts
- Machine.tst.ts
- MachineReferences.tst.ts
- Readiness.tst.ts
- Resume.tst.ts
- SnapshotContext.tst.ts
- StateDefinition.tst.ts
- StateUpdate.tst.ts
- StructuralStates.tst.ts
- Coverage.tst.ts
- Exploration.tst.ts
- FiniteModel.tst.ts
- Invariant.tst.ts
- MachineTest.tst.ts
- Probe.tst.ts
- ReferenceModel.tst.ts
- Verification.tst.ts
- ClusterMachine.tst.ts
- AtomMachine.tst.ts
- .gitignore
- AGENTS.md
- api-reference-site.config.json
- api-reference.config.json
- CHANGELOG.md
- CONTRIBUTING.md
- dprint.json
- LICENSE
- NOTICE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.build.json
- tsconfig.json
- tstyche.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/typeonce-dev/effect-machine
Downloads the entire project code from GitHub to your computer.
cd effect-machine
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm add @typeonce/effect-machine effect@4.0.0-rc.111
Type this command into your terminal and run it.
pnpm install --frozen-lockfile
Downloads and installs the libraries listed in package.json.
pnpm check
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
