Home Javascript Js Beatufy对压缩代码进行还原
Post
Cancel

Javascript Js Beatufy对压缩代码进行还原

refer to:
https://github.com/beautify-web/js-beautify

npm install -g js-beautify

对当前目录的所有js 文件进行美化,并且替换

js-beautify *.js -r  

看起来舒服多了。

This post is licensed under CC BY 4.0 by the author.