0.1.2 • Published 2 years ago

collect-js-deps v0.1.2

Weekly downloads
1,064
License
Apache-2.0
Repository
github
Last release
2 years ago

collect-js-deps

Build Status npm version

Collect the minimal list of dependencies required by a JS file.

This module allows you to examine all dependencies of your Javascript project, and collect or list just those files that it relies on. It uses Browserify, and supports transforms (incuding tsify to compile TypeScript) to produce transformed or compiled files as output.

Installation

npm install --save-dev collect-js-deps

Usage

$(npm bin)/collect-js-deps --outdir <path> [--list] [browserify_options] <entry_files...>