UNPKG

task-master-cli

Version:

This app going to help to take control to your activities following GTD method

15 lines (12 loc) 291 B
import clearConsole from 'clear-any-console'; export const welcome = () => { clearConsole(); console.log( boxen(`🔥 ${cyan(`Manage Tasks Like a Boss`)} 😎`, { tagLine: 'by MoralexCode', title: 'Task Master', titleAlignment: 'center', borderStyle: 'double' }) ); };