auto-readme-updater
v1.0.1
Published
Automatically update README.md with timestamp and push to Git
Maintainers
Readme
auto-readme-updater
A simple CLI tool to automatically update README.md files with a timestamp and push to Git.
Installation
npm install -g auto-readme-updaterUsage
Navigate to your Git project directory and run:
update-readmeThis will:
- Add a timestamp to the bottom of your README.md
- Commit the change
- Push to your Git remote
Features
- Automatically adds/updates timestamp at the bottom of README.md
- Commits and pushes changes to Git
- Idempotent - won't duplicate timestamp lines
- Uses local datetime format
Requirements
- Node.js
- Git installed and configured
- Git repository with push access
