UNPKG

jiuye-cli

Version:

A simple CLI for scaffolding Jiuye projects.

12 lines (9 loc) 319 B
#!/usr/bin/env node const chalk = require('chalk') console.log(chalk.yellow( '\n' + ' We are slimming down vue-cli to optimize the initial installation by ' + 'removing the `vue build` command.\n' + ' Check out Poi (https://github.com/egoist/poi) which offers the same functionality!' + '\n' ))