Download the PHP package thijskok/phpci-jshint-plugin without Composer
On this page you can find all versions of the php package thijskok/phpci-jshint-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thijskok/phpci-jshint-plugin
More information about thijskok/phpci-jshint-plugin
Files in thijskok/phpci-jshint-plugin
Download thijskok/phpci-jshint-plugin
More information about thijskok/phpci-jshint-plugin
Files in thijskok/phpci-jshint-plugin
Vendor thijskok
Package phpci-jshint-plugin
Short Description PHPCI plugin for JSHint integration
License MIT
Package phpci-jshint-plugin
Short Description PHPCI plugin for JSHint integration
License MIT
Please rate this library. Is it a good library?
Informations about the package phpci-jshint-plugin
JSHint plugin for PHPCI
A plugin for PHPCI to check your Javascript using JSHint.
Install the Plugin
- Navigate to your PHPCI root directory and run
composer require thijskok/phpci-jshint-plugin
- Copy
build-plugins/jshint.js
to/path/to/phpci/public/assets/js/build-plugins/jshint.js
- If you are using the PHPCI daemon, restart it
- Update your
phpci.yml
in the project you want to deploy with
Prerequisites
- JSHint needs to be installed.
Plugin Options
- path [string, optional] - Directory in which JSHint should run (default: build root)
- allowed_warnings [int, optional] - The warning limit for a successful build (default: 0). -1 disables warnings
PHPCI Config
example:
All versions of phpci-jshint-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package thijskok/phpci-jshint-plugin contains the following files
Loading the files please wait ....