gitpreflight
v0.1.20
Published
GitPreflight CLI installer/wrapper (downloads the platform binary)
Readme
gitpreflight
Install the GitPreflight CLI globally:
npm i -g gitpreflightThen run:
gitpreflight --help
gitpreflight setup
gitpreflight versiongitpreflight is a lightweight npm wrapper that downloads and runs the official GitPreflight binary for your platform.
By default, install flow sends a minimal anonymous install event with only a random install ID so we can measure install usage. No user identity or repo contents are included. Set GITPREFLIGHT_ANON_TELEMETRY=0 to disable.
Docs and source:
- https://github.com/un/gitPreflight
