Simple tool to create an HTML index file from a folder.
- Scala 100%
| project | sbt version | |
| src/main/scala | up deps | |
| .gitignore | up deps | |
| .travis.yml | up deps | |
| build.sbt | sbt version | |
| README.md | sbt version | |
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.