eightpack icon indicating copy to clipboard operation
eightpack copied to clipboard

Collection of select JavaScript-based command-line tools

Results 7 eightpack issues
Sort by recently updated
recently updated
newest added

Currently each tool only processes one file at a time. Enhancement: allow passing wildcards or a list of file names.

Add CSSLint as one of the included tools. CSSLint repository is https://github.com/stubbornella/csslint.

One big advantage that node-jshint (https://github.com/jshint/node-jshint) has is the ability to format JSHint results as JSLint-compatible XML so it can be consumed by a CI server like Jenkins. If we...

Notable to include JSMin and update the existing tools.

Add CoffeeScript compiler as one of the included tools. CoffeeScript repository is https://github.com/jashkenas/coffee-script/.

The output of JSLint and JSHint should be optionally matched to what vim expects. This way, it is possible to use quickfix with either JSLint or JSHint. See also http://vimdoc.sourceforge.net/htmldoc/quickfix.html#errorformats.

Althought it is dangerous, overwrite mode can be useful for jsbeautify and cssbeautify. This can be a command-line option, e.g. --overwrite.