filearchy

0.0.0 • Public • Published

filearchy

Pretty print file trees with a compact readable structure and coloring

filearchy([file1,file2,...],opts)
filearchy([[fileA1,fileA2],[fileB1,fileB2]],opts)
 
// Glob-all
filearchy("**/node_modules/*")
filearchy(["**/node_modules/*","!**/node_modules/lodash"])
 
// CWD
filearchy("**/node_modules/*/REAMDE.md",{cwd: 'c/projects/myprj'})

see index.js for opts

Readme

Keywords

Package Sidebar

Install

npm i filearchy

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • derekrjones