@rtfmd/cli
v0.0.5
Published
RTFM.directory CLI
Readme
RTFM.directory CLI — export developer documentation into LLM-friendly formats.
Requires Node.js 18+ and npm 8.19+
Install
npm install -g @rtfmd/cliUsage
rtfm <command>Fetch an artifact
rtfm fetch https://developer.apple.com/documentation/appstoreconnectapi --format jsonFetch and write to a file
rtfm fetch https://developer.apple.com/documentation/appstoreconnectapi --format json --out appstoreconnect.jsonFetch an artifact by id
rtfm artifact rtfm_201c7063f9afe4c0110b41234c233feae711db202b1c11fdeeb9a3e98b4de5c4API help
rtfm helpOne-off (no global install)
npm dlx @rtfmd/cli rtfmUpdate to latest version
npm install -g @rtfmd/cli@latest
rtfm helpMaintenance
Publishing to npm
# From the repository root
pnpm --filter @rtfmd/cli publish --access public