@droppass/cli
v0.1.5
Published
droppass CLI distributed via npm
Readme
@droppass/cli
Install globally:
npm install -g @droppass/cliThe root package installs a small JavaScript launcher and pulls in the
matching prebuilt platform package via optionalDependencies.
Supported targets:
darwin-x64darwin-arm64linux-x64linux-arm64linux-armwin32-x64win32-arm64
Maintainer release flow:
cd cli
go test ./...
make release
make npm-package
git tag v0.1.0
git push origin v0.1.0See cli/RELEASING.md for the full release workflow and npm trusted publisher setup.
