UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (3 loc) 123 B
const { gray, cyan } = require('chalk') const cmd = text => `${gray('`')}${cyan(text)}${gray('`')}` module.exports = cmd