Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

agent-metry

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-metry

Agent Metry CLI with bundled frontend and backend

npmnpm
Version
0.1.2
Version published
Weekly downloads
39
39.29%
Maintainers
1
Weekly downloads
 
Created
Source

Agent Metry

This repo contains a CLI, frontend, and backend integrated in a Bun workspace.

Packages

  • packages/cli: @agent-metry/cli (private, internal)
  • packages/frontend: @agent-metry/frontend (private, internal)
  • packages/backend: @agent-metry/backend (private, internal)
  • packages/core: @agent-metry/core (private, internal)

Published package: agent-metry

Quick start

  • Install deps: bun install
  • Build all: bun run build
  • Start bundled server: bun run --filter @agent-metry/cli start -- server --port 3000

bun run build builds frontend and backend and bundles them into the CLI package output.

Release

  • Publish current package: npm publish
  • Bump, publish, tag, and push: bun run release
  • Non-interactive patch release: bun run release:patch

The release workflow uses bumpp to keep the published package version and CLI --version in sync.

FAQs

Package last updated on 17 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts