UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

12 lines (10 loc) 257 B
import chalk from 'chalk' /** * Styles prompt choices for files * * @param {string} name - The file/directory * @returns {string} The file/directory with an icon */ export function decorateFiles(name) { return `${chalk.cyanBright('◼')} ${name}` }