UNPKG
weblica
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
One-click HTML/CSS/JS website generator
weblica
/
lib
/
intro.js
11 lines
(10 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
chalk
from
'chalk'
;
import
clear
from
'clear'
;
import
figlet
from
'figlet'
;
clear
();
console
.
log
( chalk.
cyan
( figlet.
textSync
(
'WEBLICA'
, {
horizontalLayout
:
'full'
}) ) );
console
.
log
(chalk.
gray
(
'✨ One command → full site\n'
));