Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 920 Bytes

File metadata and controls

25 lines (17 loc) · 920 Bytes

shipkey

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.

Repository Structure

  • src/ — CLI source code (commands: setup, push, pull, sync, list, scan)
  • packages/core/@shipkey/core shared library (backends, providers, types)
  • .github/workflows/release.yml — Builds CLI binaries + publishes @shipkey/core to npm

What belongs here

  • CLI commands and logic
  • @shipkey/core: secret backends (1Password, Bitwarden), provider detection/registry
  • Release workflows for CLI binary and npm packages
  • Tests

What does NOT belong here

  • 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