CLI tool and core library for managing developer API keys securely.
Repo: chekusu/shipkey
Role: Core product code — CLI binary, @shipkey/core npm package, provider detection, secret backends.
src/— CLI source code (commands: setup, push, pull, sync, list, scan)packages/core/—@shipkey/coreshared library (backends, providers, types).github/workflows/release.yml— Builds CLI binaries + publishes@shipkey/coreto npm
- CLI commands and logic
@shipkey/core: secret backends (1Password, Bitwarden), provider detection/registry- Release workflows for CLI binary and npm packages
- Tests
- Web landing page, marketing UI → goes to
chekusu/shipkey.dev - Setup wizard frontend components → goes to
chekusu/shipkey.dev - Web deployment workflows → goes to
chekusu/shipkey.dev