UNPKG

@prana-w/btw

Version:

btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.

9 lines (6 loc) 167 B
import chalk from 'chalk'; // Displays the System time function time() { console.log(`${chalk.cyanBright(new Date().toLocaleTimeString())}`); } export { time };