invokers
A lightweight, zero-dependency library that brings declarative actions to vanilla HTML
File Explorer
- settings.local.json
- npm-publish.yml
- logo.png
- expression-functions.md
- data.md
- loop.md
- adapters.md
- array.md
- example.html
- expression.md
- new-features.md
- next.md
- performance-guide.md
- toast-demo-debugging.md
- index.html
- advanced-events-demo.html
- advanced-features-demo.html
- advanced-lists-demo.html
- bind-command-demo.html
- compose-commands-demo.html
- comprehensive-demo.html
- fetch-replace-strategy-demo.html
- form-interactions-demo.html
- forms-integration-demo.html
- interest-invokers-demo.html
- middleware-plugins-demo.html
- middleware-usage.ts
- number-input-demo.html
- pipeline-demo.html
- popover-menu-demo.html
- README.md
- build-production.js
- array.ts
- date.ts
- index.ts
- math.ts
- string.ts
- utility.ts
- categories.ts
- core.ts
- evaluator.ts
- index.ts
- lexer.ts
- parser.ts
- event-trigger-manager.ts
- events.ts
- expressions.ts
- index.ts
- interpolation.ts
- accessibility.ts
- base.ts
- browser.ts
- core.ts
- data.ts
- device.ts
- dom.ts
- fetch.ts
- flow.ts
- form.ts
- loop.ts
- media.ts
- navigation.ts
- random.ts
- sse.ts
- storage.ts
- url.ts
- websocket.ts
- index.ts
- renderer.ts
- styles.ts
- async.ts
- chain.ts
- conditional.ts
- error-boundary.ts
- index.ts
- loop.ts
- switch.ts
- commands.ts
- index.ts
- state.ts
- submission.ts
- validation.ts
- binding.ts
- commands.ts
- computed.ts
- index.ts
- store.ts
- adapter-registry.ts
- anchors.ts
- compatible.ts
- core.ts
- demo-commands.ts
- index.ts
- interest-invokers.ts
- invoker-commands.ts
- polyfill.ts
- target-resolver.ts
- utils.ts
- components.test.ts
- control-enhanced.test.ts
- control.test.ts
- state.test.ts
- accessibility-commands.test.ts
- advanced-events-toast.test.ts
- advanced-events.test.ts
- advanced-integration-commands.test.ts
- advanced-templating.test.ts
- anchor-invokers.test.ts
- and-then-simple.test.ts
- attribute-interpolation.test.ts
- benchmark-integration.test.ts
- bind-command-demo.test.ts
- bind-command-on.test.ts
- clean.test.ts
- compose-commands.test.ts
- comprehensive-demo.test.ts
- core-commands.test.ts
- data-commands.test.ts
- device-commands.test.ts
- emit-demo.test.ts
- error-handling.test.ts
- expression-functions.test.ts
- expression.test.ts
- extended-commands.test.ts
- fetch-commands.test.ts
- final.test.ts
- future-commands.test.ts
- index.test.ts
- integration-demo.test.ts
- integration.test.ts
- interest-invokers-demo.test.ts
- interest-invokers.test.ts
- loop-commands.test.ts
- media-commands.test.ts
- middleware-plugin-compatibility.test.ts
- native-commandevent.test.ts
- on-interval.test.ts
- pipeline.test.ts
- plugin-system-advanced.test.ts
- plugin-system.test.ts
- random-commands.test.ts
- setup.ts
- storage-commands.test.ts
- target-resolver.test.ts
- ternary-interpolation-commands.test.ts
- url-commands.test.ts
- vitest-preload.cjs
- websocket-sse-commands.test.ts
- .gitignore
- AGENTS.md
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- pridepack.json
- README.md
- README.old.md
- test-output.txt
- test-results.json
- tsconfig.json
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
