@pleme-io/builder-core
v0.1.1
Published
Universal builder infrastructure for drag-drop composition UIs (sequences, task lists, etc.)
Maintainers
Readme
pleme-builder-core
Universal builder infrastructure for drag-drop composition UIs
Development
# Enter dev shell
nix develop
# Run all checks (lint + typecheck + test)
nix run .#check-all
# Individual commands
npm run build
npm run test
npm run check
npm run check:types