1
0
Fork
You've already forked FolderToHTML
0
Simple tool to create an HTML index file from a folder.
  • Scala 100%
2026年05月16日 18:02:08 +02:00
project sbt version 2026年05月16日 18:02:08 +02:00
src/main/scala up deps 2020年12月01日 19:42:25 +01:00
.gitignore up deps 2020年12月01日 19:42:25 +01:00
.travis.yml up deps 2020年12月01日 19:42:25 +01:00
build.sbt sbt version 2026年05月16日 18:02:08 +02:00
README.md sbt version 2026年05月16日 18:02:08 +02:00

FolderToHTML

(C)opyright 2010–2026 Hanns Holger Rutz. This is in the public domain.

A simple command line tool to create an HTML index for a given folder. No bells or whistles.

This builds with sbt against Scala 2.13.

To run the executable:

$ sbt
> run [-f <htmlIndexFile>] <targetFolderToIndex>

Or sbt 'run -f [<htmlIndexFile>] <targetFolderToIndex>'. To get all options use sbt run without extra arguments.

If the -f argument is omitted, the index.html file will be created inside the target folder.

This software comes as is, absolute without warranties. Use at own risk.