UNPKG

treecat

Version:

View folder structure like tree and display file contents like cat — all in one CLI.

4 lines (3 loc) 105 B
export function getTimestamp() { return new Date().toISOString().replace(/[:T]/g, '.').split('.')[0]; }