UNPKG

campus-tex-cli

Version:

A CLI to quickly generate latex files for presentations or task assignments, using the unofficial template by the University of Stuttgart.

4 lines (3 loc) 95 B
export const coloredLog = ({ text, highlight }) => { console.log(highlight, `${text}`); };