A library for parsing file trees and generating markdown documents.
npm install ts-components-tree-viewer
npm run map
`
where filePath is the path to the file you want to parse. The file will be parsed by the FileParser module and returned as a markdown (.md) file.
Features
* Parses file trees and generates markdown documents.
* Easy to use, simply run `npm run map `.
Requirements
* Node.JS
* npm
Installation
To install the library, run the following command in your terminal:
`
npm install components-tree-viewer
`
Add for you package.json:
`
"scripts": {
"map": "node dist/index.js"
}
``