openharmony-iconfont-cli
Version:
在openharmony框架中使用iconfont图标,不支持多色彩,依赖字体。
14 lines (13 loc) • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var colors_1 = tslib_1.__importDefault(require("colors"));
console.log([
'',
'Usage:',
'',
' ' + colors_1.default.green.bold('npx iconfont-init [--output]') + ' : Generate configuration file, default file name is iconfont.json',
' ' + colors_1.default.green.bold('npx iconfont-oh [--config]') + ' : Generate openharmony icon component',
'',
].join('\n'));