https://github.com/semperos/commonjs_deps
Ruby utility for graphing CommonJS-style file dependencies
https://github.com/semperos/commonjs_deps
Last synced: 9 months ago
JSON representation
Ruby utility for graphing CommonJS-style file dependencies
- Host: GitHub
- URL: https://github.com/semperos/commonjs_deps
- Owner: semperos
- License: mit
- Created: 2012-10-09T14:33:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T23:10:05.000Z (almost 14 years ago)
- Last Synced: 2025-03-05T10:31:48.689Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommonJS Deps
This gem installs a single binary `commonjs_dep_tree` which takes as parameters a directory to analyze and the name of an output SVG file. You must have GraphViz installed for this gem to work.
Currently this only analyzes CoffeeScript files, and will include CoffeeScript and Handlebar template dependencies.
## Installation
This gem isn't on a public server. Pull down the code, run `gem build commonjs_deps.gemspec` and then `gem install commonjs_deps-x.x.x.gem`.
## Usage
`commonjs_dep_tree `