UNPKG

@sagaegmi/prompthub-cli

Version:

PromptHub CLI - A powerful version control system for AI prompts with team collaboration features

5 lines (4 loc) 111 B
import crypto from 'crypto'; export function generateId() { return crypto.randomBytes(4).toString('hex'); }