filemap.js
v0.0.3
Published
A tool for creating files structure tree map.
Readme
Introduce
filemap.js is a tool for creating files structure tree map. It's light, fast, and clever. It helps you to creat a files structure tree map automatically by one line of command.
Usage && Example
npm install filemap.js -g
filemapAnd you will get a files structure tree map like this
The files tree is:
=================
|__ empty.js
|__ folder1
|__ folder-inside.md
|__ folder2
|__ inside1
|__ 5555.txt
|__ inside2
|__ hello.txt
|__ staff
|__ test.txt
|__ some.html
|__ TEST
|__ xxx
|__ test.mdOptions
filemap <-i folder-name folder-name folder-name ...>- <-i folder-name>: In order to ignore some folders which contains lots of files and folders, such as
node_modulesetc, you could use this command to avoid them to be unfolded. Use blank to split eachfolder-name.
Update
Set the filemap.js into global command.
License
MIT
