UNPKG

promptpulse

Version:

Track and analyze your Claude Code usage across multiple machines with team collaboration

8 lines (5 loc) 222 B
// PromptPulse CLI Library // Main entry point for programmatic usage export { collect } from "./collect.js"; export { setup } from "./setup.js"; export { SERVICE_CONFIG, getApiUrl, getDashboardUrl } from "./config.js";