Skip to main content

README.md sections generator

Project description

Installation

$ pip install readme-section

Pros

  • auto headings
  • native, minimalistic, fast - only markdown files and shell script

How it works

  1. make README sections files
  2. make a shell script to build the README.md file

Examples

README.md.sh

#!/usr/bin/env bash

[ -e setup.py ] && echo "badges ..." && cat <<EOF
### Installation
pip install name
EOF

readme-section ".readme/pros.md"
readme-section ".readme/how.md" "How it works"
readme-section ".readme/examples.md"
readme-section ".readme/links.md"               # optional. empty if file not exists
$ bash -l README.md.sh > README.md
badges ...

### Installation
pip install name

### Features
features.md content ...

### How it works
how.md content ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readme-section-2021.5.17.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page