File: js-beautify

package info (click to toggle)
node-js-beautify 1.7.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,400 kB
  • sloc: python: 10,222; sh: 848; makefile: 17
file content (7 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#! /usr/bin/env python
#
# Stub script to run jsbeautifier
#
import sys
from jsbeautifier import main
sys.exit(main())