mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
|
|
import term from 'terminal-kit';
|
||
|
|
|
||
|
|
const { terminal } = term;
|
||
|
|
|
||
|
|
export default function init() {
|
||
|
|
terminal('hello!');
|
||
|
|
}
|