반응형

 

Web Page의 JavaScript 내용을 확인할 때, 가끔 1 행에 모든 내용이 들어간 경우가 종종 있다.

이럴 때 Indentation(들여쓰기)이 있는 JavaScript Format으로 변환하면 보기 좋다.

js-beautifier라는 것을 사용하면 사람 눈으로 보기 좋게 Form을 변환해준다.

 

 

JavaScript Beautifier 설치 및 사용 예시

##
##  Python PKG 설치하기
##

$  pip install jsbeautifier
$  pip install cssbeautifier


##
## JavaScript 파일의 형식 변환하기
##

$  js-beautify -r file.js

 

 

Reference

https://www.npmjs.com/package/js-beautify

 

js-beautify

beautifier.io for node. Latest version: 1.14.0, last published: 8 months ago. Start using js-beautify in your project by running `npm i js-beautify`. There are 2152 other projects in the npm registry using js-beautify.

www.npmjs.com

 

+ Recent posts