tree-json

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tree-json

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • niceaji