UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

8 lines (5 loc) 186 B
const { gray } = require('chalk') // info('woot') === '> woot' // info('woot', 'yay') === 'woot\nyay' const info = (...msgs) => `${gray('>')} ${msgs.join('\n')}` module.exports = info