UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

17 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rainbowIcon = exports.zapIcon = exports.butterflyIcon = exports.caterpillerIcon = exports.unicornIcon = exports.sparklesIcon = exports.clapIcon = exports.cactusIcon = exports.settingsIcon = exports.liveIcon = void 0; const info_1 = require("./info"); const supportsEmoji = !info_1.isWindows || process.env.TERM === 'xterm-256color'; // see https://unicode.org/emoji/charts/full-emoji-list.html exports.liveIcon = supportsEmoji ? '🚀 ' : '>'; exports.settingsIcon = supportsEmoji ? '🔧 ' : '>'; exports.cactusIcon = supportsEmoji ? '👻 ' : '>'; exports.clapIcon = supportsEmoji ? '👏 ' : '^'; exports.sparklesIcon = supportsEmoji ? '✨ ' : '>'; exports.unicornIcon = supportsEmoji ? '🦄 ' : '>'; exports.caterpillerIcon = supportsEmoji ? '🐛 ' : '+'; exports.butterflyIcon = supportsEmoji ? '🦋 ' : '+'; exports.zapIcon = supportsEmoji ? '⚡ ' : '>'; exports.rainbowIcon = supportsEmoji ? '🌈 ' : '~'; //# sourceMappingURL=emoji.js.map