UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (3 loc) 109 B
const { cyan } = require('chalk') const ready = msg => `${cyan('> Ready!')} ${msg}` module.exports = ready