Created
August 6, 2018 06:15
-
-
Save khushalbokadey/f98643621885d3ce2ea4c336b3f3d38f to your computer and use it in GitHub Desktop.
Beautify files using js-beautify in a folder recursively
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
| find config/ -type f -name "*.js" -exec js-beautify -r {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment