UNPKG

grunt-phpdcd

Version:

Grunt plugin for running PHP Dead Code Detector.

14 lines (10 loc) 260 B
### grunt-phpdcd Copyright (c) 2013 Muhammad Adeel Nawaz Licensed under the BSD license. ### module.exports = (grunt) -> phpdcd = (require './lib/phpdcd').init grunt grunt.registerMultiTask 'phpdcd', 'Run phpdcd', -> phpdcd.setup @ phpdcd.run()