1.2.1 • Published 8 years ago

dirlist-static v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

dirlist-static

Generate a static index.html file listing the files in a directory and its subdirectories.

Usage

$ dirlist-static [--filter regex-to-filter-filenames]

For example:

$ dirlist-static --filter html?$

Will write an index.html that contains links only htm/html files found in this directory tree. Without a filter, links are written to all files.