Readmer composes README.md files from Jinja2 or Liquid templates.
- Available both as the command-line tool
readmerand a polyglot library. - Build
README.mdfrom Jinja2/Liquid/etc templates in.config/readmer/. - Polyglot software available for Dart, Python, Ruby, Rust, and TypeScript.
- Cuts red tape: 100% free and unencumbered public domain software.
Installation from Crates.io
cargo add --dev readmerInstallation from NPM
npm install --save-dev readmer.js
bun add --dev readmer.js
pnpm add --save-dev readmer.js
yarn add --dev readmer.jsInstallation from Pub.dev
dart pub add dev:readmer
flutter pub add dev:readmerInstallation from PyPI
pip install -U readmer
uv add --dev readmer
poetry add --group dev readmer
pdm add -d readmerInstallation from RubyGems
gem install readmer
bundle add readmer --group developmentgit clone https://github.com/artob/readmer.git