dirdesc
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Build Status Coverage Status

dirdesc

Dirdesc is directory structure diagram generator from .dirdesc file

install

yarn global add dirdesc

How to use

  • put .dirdesc file on project directories and write description
$ echo "some directory description" > path/to/dir/.dirdesc
  • run dirdesc command on project root
$ dirdesc
  • Generate Directory Structure with description
root
|
├- dir # some description by .dirdesc
|
└- dir2
   |
   ├- child-dir # some description by .dirdesc
   |  |
   |  └- grand-child-dir # some description here...
   |
   └- child-dir2
      |
      ├- grand-child-dir1 # some description here...
      |
      └- grand-child-dir2 # some description here...

Readme

Keywords

none

Package Sidebar

Install

npm i dirdesc

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

21.6 kB

Total Files

15

Last publish

Collaborators

  • kawokas