@rechunk/cli
Version:
Command-line interface for managing ReChunk projects, chunks, and deployments
25 lines (21 loc) • 1.31 kB
text/typescript
import chalk from 'chalk';
import pak from '../../package.json';
export const LOGO = chalk.green`
████████████
████████████
██████████████████
████ ████
████ ████
████ ████
████ ████
████ ████
██████████████████
███████████████
███████████████
████ ████
████ ████████
████ █████
████ █████
Welcome to ReChunk ${chalk.bold.white`v${pak.version}`}
${chalk.white.dim`React Native - Remote Chunks - Secure`}
`;