Skip to content

Instantly share code, notes, and snippets.

@khushalbokadey
Created August 6, 2018 06:15
Show Gist options
  • Select an option

  • Save khushalbokadey/f98643621885d3ce2ea4c336b3f3d38f to your computer and use it in GitHub Desktop.

Select an option

Save khushalbokadey/f98643621885d3ce2ea4c336b3f3d38f to your computer and use it in GitHub Desktop.
Beautify files using js-beautify in a folder recursively
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