make-filetree
v0.0.2
Published
create file tree based on JSON
Downloads
17
Readme
Make Filetree
Create filetree from JSON.
Usage
npm i --save-dev make-filetree
See test/test.coffee
:
filetree = require 'make-filetree'
filetree.make __dirname,
dir:
a: 'content of a'
b:
c: 'content of c'
License
MIT