0.1.0 • Published 10 years ago

xml-tree v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

xml-dirtree

Generate a XML that contains all the paths and folders inside it.

Howto use

npm install xml-tree

On your NPM project

var xml_tree = require("xml-tree");

var options = { replace:"/path_to_remove/", //optional, to remove unwanted strings in the path. }

var tree = xml_tree.get_tree("/directory/",options); //returns array of the directory and the files inside it var xml_tree = xml_tree.generate_xml(tree); //returns xml_tree

XML example

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago