ep-ui-component-docs-agent
v1.0.1
Published
EP-UI component docs and CLI for agent-friendly lookup.
Maintainers
Readme
EP-UI Component Docs Agent
Lightweight publish package for EP-UI component docs.
This package is intended for developers and agents who only need:
- structured component JSON docs
- markdown docs
epui-docsCLI lookup
It does not include the source crawling, raw capture, or audit toolchain.
Install
npm i ep-ui-component-docs-agentCLI Usage
npx epui-docs list
npx epui-docs get table --json
npx epui-docs search selectChangeEach --json
npx epui-docs check table --jsonJS Usage
const docs = require("ep-ui-component-docs-agent");
const manifest = docs.getManifest();
const table = docs.getComponent("table");
const searchResult = docs.search("selection-change", 20);Release
npm run prepublishOnly
npm publish