#!/bin/bash

{
  echo "# ci-pg-restore: A cached perf optimized restoration of a PostgreSQL database dump"
  echo '```'
  # 70 chars max width for monospace font at npmjs.com
  COLUMNS=70 ./ci-pg-restore --help
  echo '```'
} > README.md
