All Projects → mmiranda → markdown-index

mmiranda / markdown-index

Licence: MIT license
Generate a global index for multiple markdown files recursively

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to markdown-index

gitbook-plugin-atoc
A TOC plugin for GitBook
Stars: ✭ 22 (+46.67%)
Mutual labels:  toc, toc-generator
Github Markdown Toc
Easy TOC creation for GitHub README.md
Stars: ✭ 2,734 (+18126.67%)
Mutual labels:  table-of-contents, toc
markedpp
Preprocessor for markdown files
Stars: ✭ 21 (+40%)
Mutual labels:  table-of-contents, toc
Github Markdown Toc.go
Easy TOC creation for GitHub README.md (in go)
Stars: ✭ 387 (+2480%)
Mutual labels:  readme, toc
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (+1246.67%)
Mutual labels:  readme, toc
Markdown Toc
Generate a markdown TOC (table of contents) for a README or any markdown files, using remarkable. Used by assemble, verb, and lots of other projects on GitHub. API and CLI.
Stars: ✭ 1,185 (+7800%)
Mutual labels:  readme, toc
toctoc
Generates and maintain a Table of Content for your README.md.
Stars: ✭ 16 (+6.67%)
Mutual labels:  readme, table-of-contents
tocer
A command line interface for generating table of contents for Markdown files.
Stars: ✭ 44 (+193.33%)
Mutual labels:  table-of-contents, toc
tocdown
A table of contents generator for markdown
Stars: ✭ 11 (-26.67%)
Mutual labels:  table-of-contents, toc
github-readme-twitter
Add Twitter to your github readme
Stars: ✭ 73 (+386.67%)
Mutual labels:  readme
github-readme-streak-stats
🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: ✭ 1,395 (+9200%)
Mutual labels:  readme
istanbul-badges-readme
Creates and updates README testing coverage badges with your json-summary
Stars: ✭ 77 (+413.33%)
Mutual labels:  readme
github-profile-views-counter
Github new features README profile views counter made with Yii2 framework.
Stars: ✭ 158 (+953.33%)
Mutual labels:  readme
github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Stars: ✭ 52 (+246.67%)
Mutual labels:  readme
awesome-bd-readme-profile
😎 A list of awesome Github Profile READMEs of developers 📝
Stars: ✭ 69 (+360%)
Mutual labels:  readme
vue-showdowns-editor
A markdown editor using codemirror and previewer using @jhuix/showdowns for Vue.js.
Stars: ✭ 27 (+80%)
Mutual labels:  toc
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (+193.33%)
Mutual labels:  readme
concentrationMetrics
A python library for the computation of various concentration, inequality and diversity indices
Stars: ✭ 26 (+73.33%)
Mutual labels:  index
SelimHorri
WhoAmI ?
Stars: ✭ 29 (+93.33%)
Mutual labels:  readme
python-sonic-client
sonic search backend client in python
Stars: ✭ 45 (+200%)
Mutual labels:  index

made-with-Go codecov https://goreportcard.com/report/github.com/mmiranda/markdown-index Test

markdown index

Markdown-index is a library to help you generate a global index for multiple markdown files recursively in a directory, containing a summary of every file found.

Installation

The easiest way to install it is using Homebrew:

brew tap mmiranda/apps
brew install markdown-index

If you prefer, you also can download the latest binary on the release section, or simply use the pre-built dockerfile image

Usage

You can use this tool using multiple ways:

Running Local

cd some-directory
markdown-index

Dockerfile

docker pull ghcr.io/mmiranda/markdown-index:latest
docker run --rm -it -v /path/to/root/md/files:/data ghcr.io/mmiranda/markdown-index:latest

After running the command, a new markdown file will be created containing a summary of every other file found.

Github Actions

Yes, you can integrate this tool into your pipeline.

Check the live-example for GH Actions and copy it to your own repo!

Contributing

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].