Javascript analyzer
Eunice DevSnicket Eunice is a toolkit based on the premise that unidirectional dependencies can be beneficial to structure and modularity in software. Eunice's approach isn't limited to direct dependencies, but includes indirect dependencies as well.
This package analyzes Javascript files/directories and writes a YAML file of the dependencies. These YAML file can then be processed, rendered and interacted with using the rest of Eunice.
Install using npm
:
npm install --save-dev @devsnicket/eunice-javascript-analyzer
Or with yarn
:
yarn add --dev @devsnicket/eunice-javascript-analyzer
Examples of analyzer behavior can be found in the following test cases: