UNPKG

@digipolis/start-ui

Version:
12 lines (8 loc) 193 B
import chalk from 'chalk'; const { log } = console; async function start(options) { log(chalk.green.bold('.NET Core is not yet implemented 🙄'), options); } export default { start, };