UNPKG

create-claude-statusline

Version:

Beautiful, highly customizable status line for Claude Code with granular control over every element. Shows project info, git status, framework, and model.

7 lines 353 B
export { init } from './init.js'; export { ErrorCode } from './types.js'; export { copyClaudeDirectory } from './files.js'; export { exists } from './utils.js'; export { logger, LogLevel, configureLogger } from './logger.js'; export { atomicWrite, atomicCopy, atomicMove, TransactionLog, withRetry } from './atomic.js'; //# sourceMappingURL=index.js.map