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