UNPKG

@krishna_g_k/my--cli

Version:

Quickly organize,tree view A Directory

18 lines (15 loc) 302 B
function help() { console.log( `these are my help commands node main tree <filepath> node main organize<filepath> node main help<filepath>` ); } function abc() { console.log("hi"); } module.exports ={ help:help, moon:abc }