npm install -g genindex-cli
Usage: genindex <directory> <url?>
<directory> - path to directory
<url> - start url for files
add dot with slash by default,
or get it from .URL file
$ genindex . 'http://example.com/static'
You can also save your url to a .URL
file so you don’t have to type it into the CLI either.
Better watch the example
And then
$ genindex .