Understand any project's structure easily.
Lepper can be used by big projects to let people understand how the project is structured. With a few commands you can set/get a brief description of a project's structure and also find part of your project which is not described.
npm install lepper
We offer 4 commands that can help to achieve what's described above:
lepper init
: Initialize lepper in your project.lepper profile
: Set description to a directory.lepper describe
: Provides brief description of the project's directories.lepper verify
: Recursively checks and list undescribed directories.
If you want to contribute please refer to CONTRIBUTING.md
This project is under MIT.
It was written by @pacifiquem and he's the current maintainer.