thlorenz / doctoc

📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
https://www.npmjs.com/package/doctoc
MIT License
4.23k stars 480 forks source link

containerize doctoc #221

Closed georgettica closed 2 years ago

georgettica commented 2 years ago

I wanted to use doctoc on my machine but didn't want to install everything..

working on containerizing doctoc for this.

if someone has already done this and wants to contribute feel free to do so and I would happily use their solution

georgettica commented 2 years ago

found as a solution:

others might exist. will work on asking them if they want to contribute here later

georgettica commented 2 years ago

these solutions both use npm i -g doctoc.. I tried to build from source..

I think my approach is better but LMK what you think on this

PeterDaveHello commented 2 years ago

Just FYI, I moved https://github.com/MyDockerfiles/npm-doctoc to https://github.com/PeterDaveHello/docker-doctoc 😄

georgettica commented 2 years ago

so will close it :)