asottile / setup-cfg-fmt

apply a consistent format to `setup.cfg` files
MIT License
153 stars 18 forks source link

README: make install command a code block #154

Closed Cube707 closed 2 years ago

Cube707 commented 2 years ago

Here we go again 😆

You have greate repos...

asottile commented 2 years ago

via:

all-repos-sed \
    --branch-name pip-install-block \
    --commit-msg $'convert pip install comand to a block\n\ngithub will produce a copy-paste button' \
    -r 's/^`(pip install .*)`$/```bash\n\1\n```/g' README.md \
    --repos $(all-repos-grep --repos '^`pip install' -- README.md)