Colldoc is a Cli tool that helps you build documentaion. To say more clear it simply make a copy of your HTML files in another directory and add in it navigation with local urls to each file.
npm install -g colldoc
- Create documentation folder with "_doc" name or some another.
- Add in it html files with documentation information.
- Open bash or cmd and type
colldoc path/to/parent/directory
. - If you want to use custom names for your documentation folder then type:
colldoc path/to/parent/directory resourceDirectory resultDirectory
.
- [X] Make a copy of your files with navigation.
- [X] Choosing own names of folders.
- [X] Log messages to consol.
- [X] Pormpt for asking questions.
- [ ] Sorting first on numbers then on letters.
- [ ] Adding file name in file as a html title.