https://github.com/johnweldon/make-index
Generate index.html file for folders without one.
https://github.com/johnweldon/make-index
Last synced: 5 months ago
JSON representation
Generate index.html file for folders without one.
- Host: GitHub
- URL: https://github.com/johnweldon/make-index
- Owner: johnweldon
- License: mit
- Archived: true
- Created: 2015-11-07T19:48:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T19:53:30.000Z (over 10 years ago)
- Last Synced: 2024-06-20T16:36:43.112Z (almost 2 years ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# make-index
Generate index.html file for folders without one.
First version of this tool; it has sharp edges.
## TODO:
- [ ] Allow passing in root folder to begin with.
- [ ] Make finding default template automatic.
- [ ] Allow passing in custom template.
- [ ] Add ability to perform 'dry-run'
- [ ] Clean up output (don't spam with %v).