An open API service indexing awesome lists of open source software.

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

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 `