filemap.js

0.0.3 • Public • Published

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

filemap

And 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.md

Options

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_modules etc, you could use this command to avoid them to be unfolded. Use blank to split each folder-name.

Update

Set the filemap.js into global command.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i filemap.js

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jrainlau