UNPKG

@baaz/cli

Version:

This is the home of the DevKit and the Baaz Framework CLI code. You can find the Baaz Framework CLI specific README [here](/README.md).

13 lines (9 loc) 222 B
const chalk = require('chalk'); const figlet = require('figlet'); export function preview(){ console.log( chalk.yellow( figlet.textSync('Baaz', { horizontalLayout: 'full' }) ) ); }