@htmlshare/cli
v0.5.4
Published
Install the HTMLShare Skill for local AI coding agents.
Maintainers
Readme
HTMLShare CLI
Log in once from your terminal:
npx @htmlshare/cli loginPublish a local HTML file or static project directory:
npx @htmlshare/cli publish ./distInstall the HTMLShare Skill from the npm package contents:
npx @htmlshare/cli installBy default this installs to Codex:
~/.codex/skills/htmlshareYou can choose an agent explicitly:
npx @htmlshare/cli install --agent codex
npx @htmlshare/cli install --agent claude
npx @htmlshare/cli install --agent cursor
npx @htmlshare/cli install --agent allThe package ships the Skill source files directly. It does not download the Skill zip during installation.
Login sessions are stored at ~/.htmlshare/config.json.
