@uniterra-solutions/uniterra
v0.12.0
Published
Uniterra desktop app installer: one-command setup and update for the Uniterra desktop app (macOS and Windows).
Readme
@uniterra-solutions/uniterra
One-command installer for the Uniterra macOS desktop app.
npm install -g @uniterra-solutions/uniterra
uniterra setup # download the latest app from GitHub Releases → ~/Applications
uniterra update # update the CLI, then reinstall the latest app and relaunch itThe CLI downloads the release source archive over HTTPS with Node's fetch and
builds the app locally, so no com.apple.quarantine attribute is ever set and
Gatekeeper never blocks the app — no Apple Developer signing/notarization is
involved.
Development
pnpm --filter @uniterra-solutions/uniterra run build
pnpm --filter @uniterra-solutions/uniterra run typecheck
pnpm --filter @uniterra-solutions/uniterra run lint