UNPKG

pretty-file-tree

Version:

Given a list of file paths, outputs a pretty-printed file tree

30 lines (29 loc) 613 B
{ "name": "pretty-file-tree", "version": "1.0.1", "description": "Given a list of file paths, outputs a pretty-printed file tree", "main": "pretty-file-tree.js", "scripts": { "test": "jest" }, "keywords": [ "util", "utility", "tree", "file", "directory", "print", "cli", "path" ], "author": "codysmithd@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/codysmithd/pretty-file-tree" }, "homepage": "https://github.com/codysmithd/pretty-file-tree#readme", "devDependencies": { "jest": "^26.2.2" } }