UNPKG

weblica

Version:

One-click HTML/CSS/JS website generator

11 lines (10 loc) 258 B
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'));