Skip to content

Commit f413770

Browse files
committed
chore: add banner
1 parent 422bb7e commit f413770

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ubik.cli.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ import { resolve, relative, dirname } from 'node:path'
66
import { readFileSync, statSync } from 'node:fs'
77
import { fileURLToPath } from 'node:url'
88
import fastGlob from 'fast-glob'
9-
import { console, bold } from './package.mjs'
9+
import { console, bold, colors } from './package.mjs'
1010
import * as Ubik from './ubik.mjs'
11+
console
12+
.log(colors.green('█ █ █▀▀▄ █ █ ▄▀ 2022-∞'))
13+
.log(colors.green('█ █ █▀▀▄ █ █▀▄ '))
14+
.log(colors.green('▀▀▀▀ ▀▀▀ ▀ ▀ ▀ '))
1115

1216
const argv = [...process.argv]
1317
let interpreter = argv.shift()

0 commit comments

Comments
 (0)