readme
readme copied to clipboard
Automatically generate a beautiful best-practice README file based on the contents of your repository
Unfortunately, it seams that `https://david-dm.org/` is no longer available
Due to [this 'controvery'](https://github.com/Marak/colors.js/issues/285) currently appnest is broken if one doesn't lock colors himself. Would be great if you could atleast temporarly remove the minor version scope from the dependency...
Due to this [commit](https://github.com/Marak/colors.js/commit/074a0f8ed0c31c35d13d28632bd8a049ff136fb6) by the maintainer colors is currently "broken". This commit is in reference to #15
Hi @andreasbm - this is a PR with current versions of all deps. I wanted to experiment with creating a custom template, but - before I started - I wanted...
First of all, thanks for the efforts on this. I think this is an amazing idea! 🙏 What I think could be a very valuable addition, is the option to...
There's an issue with having # in code blocks. The following fixes the TOC in `generators.ts`: ``` const generateToc = { name: "toc", regex: placeholderRegexCallback("template:toc"), template: tocTemplate, params: ({ config,...
`--documentationConfig` is mentioned in the README.md but there are no examples of how to use it. Can you please provide details on how to use it?
With a template that looks like this: ``` Test {{ me_value }} ``` And a variables file that looks like this: ``` { "me_value": "" } ``` The script outputs...
I'm just a newbie in web dev and here (GitHub), I just want to contribute something 🥰
works ```markdown {{ doc: doc.ts }} ``` doesn't work: ```markdown {{ doc: ./src/doc.ts }} ```