The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Code::TidyAll::Plugin::JSBeautifier - Use JavaScript::Beautifier with tidyall

SYNOPSIS

This module requires Code::TidyAll.

   In the .tidyallrc configuration file add:

   [JSBeautifier]
   select = static/**/*.js

Then run

   tidyall -a

DESCRIPTION

Runs js_beautify.pl of JavaScript::Beautifier, a JavaScript tidier implemented in Perl.

INSTALLATION

    cpanm Code::TidyAll

CONFIGURATION

argv

Arguments to pass to js_beautify.pl

cmd

Full path to js_beautify.pl