@airplanegobrr/tree-json
v0.0.1
Published
convert a directory tree to json
Downloads
4
Readme
tree-json
convert a directory tree to json
Install
$ npm install --save tree-json
Usage
var treejson = require('tree-json');
console.log(JSON.stringify( treejson("./pancake"), null, 2) );
CLI
$ npm install -g tree-json