Skip to content

😁 Fix GitHub typos with ease

License

Notifications You must be signed in to change notification settings

dkhamsing/readme-correct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme-correct

The README correcting 🤖

readme-correct can open a pull request to correct a typo found in a GitHub README. The code is adapted from https://github.com/dkhamsing/cocoapods-readme

Build Status

Installation

$ git clone https://github.com/dkhamsing/readme-correct.git
$ cd readme-correct/
$ rake install

Usage

Create a correct.yml file

correct: Mississippi
incorrect:
  - Missisipi
  - Missisippi
  - Mississipi
pull_commit_message: Correct the spelling of Mississippi in README
pull_request_title: Correct the spelling of Mississippi in README
pull_request_description: |
  This pull request corrects the spelling of **Mississippi** 🤓
  https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/M

  Created with [`readme-correct`](https://github.com/dkhamsing/readme-correct).

Run readme-correct, it takes a GitHub repository as an argument.

$ readme-correct user/awesome-repo-with-typos
$ readme-correct dkarchive/Mississipi

🎉

Batch

You can even correct in batches with batch-correct, the input is a file with repos (one repo per line).

$ batch-correct list.txt

Examples

Contact

License

This project is available under the MIT license. See the LICENSE file for more info.

About

😁 Fix GitHub typos with ease

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages