#!/usr/bin/env node import colors from 'colors'; console.log([ '', 'Usage:', '', ' ' + colors.yellow('npx iconfont-init') + ' : generate config file', ' ' + colors.yellow('npx iconfont-h5') + ' : generate icon components', '', ].join('\n'));