Created
December 18, 2017 21:19
-
-
Save rxluz/8119ffd050fa9f1cdf4d84c80f1550a7 to your computer and use it in GitHub Desktop.
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
cd "src" | |
# find . -type d -print0 | xargs -0 -L1 sh -c 'cd "$0" && pwd && react-doc-generator $0 -o ./$0/README.md' | |
find . -type d -print0 | xargs -0 -L1 sh -c 'cd "$0" && pwd && react-doc-generator . -o ./README.md' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment