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.

8 lines (7 loc) 378 B
export { init } from './init.js'; export type { InitResult, InitOptions } 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';