Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioszabo/atom-dependencies
https://github.com/mauricioszabo/atom-dependencies
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauricioszabo/atom-dependencies
- Owner: mauricioszabo
- License: mit
- Created: 2015-06-25T23:44:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T23:44:50.000Z (over 9 years ago)
- Last Synced: 2024-11-09T05:31:55.008Z (about 2 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dependencies
This is a simple package to be able to show dependencies on your code.
This package depends of a file, named **dependencies.json**, in the root of your project. With this, you can visualize your dependencies in a simple and clear manner.
To generate this package, it is necessary to run some code to do static analysis on your code or collect these informations on your test. In the **analyzers** directory there is an example of how to do this using Ruby on Rails and the ruby-prof gem.
You can click on any dependent object and see their dependencies too. For now, there's no way of navigating other than this.
![Dependency view](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif)