create-ai-docs-hmd
v0.1.5
Published
Scaffold AI agent documentation entry points for Codex, Claude, and Cursor.
Maintainers
Readme
create-ai-docs-hmd
Scaffolds AI agent documentation entry points for Codex, Claude, and Cursor.
Use once uploaded to npm
npm init ai-docs-hmd@latest
npm init ai-docs-hmd@latest -- --merge
npm init ai-docs-hmd@latest -- --forceTest locally
npm --prefix packages/create-ai-docs-hmd test
npm --prefix packages/create-ai-docs-hmd test -- --merge
npm --prefix packages/create-ai-docs-hmd test -- --force- default script will give an error if any file we work with exists, and isn't empty
- merge will replace only blocks, keeping content as-is
- force will override existing content in files w/o blocks
Tests show up in test-output folder.
Publish
Update npm package:
gh auth login
npm login
cd packages/create-ai-docs-hmd && npm version patch --no-git-tag-version && npm publish --access publicVerify npm has registered the changes:
npm view create-ai-docs-hmd version