0.0.0 • Published 11 years ago

zombies v0.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
11 years ago

Zombies

Hunt down all of those lingering modules.

Identifies all AMD modules that have been defined but are unused within a given directory.

Usage

var findZombies = require('zombies');

findZombies('./js', function (zombies) {
  // print them out, or destroy them
});

Use cases

  1. Fail continuous integration suites if zombie files are introduced
  2. Spring cleanup task to eliminate legacy, zombie code
0.0.0

11 years ago