Skip to content

tmcw/orphanarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

orphanarium

Find non-required files in your source tree. For big browserify project, this can turn up orphaned files.

Installation

npm install -g orphanarium

Usage

Point browserify at your entry point and run it with --deps to make it output dependency paths. Orphanarium takes a single argument, the root directory of files it should expect to be included.

browserify --deps src/index.jsx | orphanarium src

The utility outputs the full paths of non-included files, line by line.

About

Find non-required files in your source tree.

Resources

Stars

Watchers

Forks

Packages

No packages published