@rbbtsn0w/idocs
v1.7.2
Published
npm distribution wrapper for the iDocs Swift CLI
Readme
@rbbtsn0w/idocs (npm wrapper)
This package distributes the idocs Swift CLI through npm.
Install
npm install -g @rbbtsn0w/idocs
idocs --helpFor normal users, this is the complete install flow. postinstall downloads the matching idocs-darwin-arm64.tar.gz asset from GitHub Releases automatically.
If install fails, rerun the install and inspect the npm output. A failed download should be treated as a release packaging problem, not as an expected manual setup step.
Advanced: Alternate Release Mirror
IDOCS_RELEASE_BASE_URL is only for internal mirrors or custom release hosting. It is not required for the normal npm install path.
export IDOCS_RELEASE_BASE_URL="https://github.com/<owner>/<repo>/releases/download/v{version}"
npm install -g @rbbtsn0w/idocsThe archive is expected to contain:
idocs-darwin-arm64/idocsidocs-darwin-arm64/Frameworks/*.framework
Local development
./scripts/tuist-silent.sh build iDocs
npm --prefix npm run link-local
npm --prefix npm link
idocs --helpNon-strict install mode
Set IDOCS_NPM_STRICT_INSTALL=0 only if you intentionally want to keep the wrapper installed without a binary for local debugging flows.
