Created
April 25, 2013 11:47
-
-
Save simonwheatley/5459162 to your computer and use it in GitHub Desktop.
Quick alias to convert readme.txt to Github ready readme.md, uses https://github.com/r8/wp2github.py.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Nice command to convert the readme.txt in the current | |
| # directory to a readme.md | |
| alias wp2ghreadme='python /Users/simon/Scripts/wp2github/wp2github.py --source ./readme.txt --target ./readme.md; echo "readme.md created"; subl ./readme.md;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment