Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbovet/dagdep
Extracts module dependencies to feed a graph database model
https://github.com/lbovet/dagdep
artifactory dependencies graph maven neo4j npm nuget
Last synced: 10 days ago
JSON representation
Extracts module dependencies to feed a graph database model
- Host: GitHub
- URL: https://github.com/lbovet/dagdep
- Owner: lbovet
- License: apache-2.0
- Created: 2017-07-01T08:47:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T15:14:26.000Z (over 4 years ago)
- Last Synced: 2024-12-05T10:41:22.558Z (19 days ago)
- Topics: artifactory, dependencies, graph, maven, neo4j, npm, nuget
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dagdep
Extracts module dependencies to feed a graph database model# Usage
```
dagdep - Extracts module dependencies to feed a graph database modelSynopsis
$ dagdep
The options can be specified in any form specified in rc.
See https://www.npmjs.com/package/rc.Options
--repository.type [artifactory|stdin] Repository type. Defaults to stdin if no URL is given. artifactory,
otherwise.
--repository.url url Repository base URL
--repository.username username Repository credentials
--repository.password password
--repository.context repository-context Repository context for artifact resolution
--repository.visit visit-context, ... Repository contexts to visit, defaults to repository-context
--resolver.type [maven|nuget|npm|chain] Repository for artifact resolution. Defaults to chain if no repository
context is given. maven, otherwise.
--database.type [neo4j|filesystem] Database type. Defaults to filesystem if no URL is given. neo4j, otherwise
--database.url url Database URL
--database.username username Database credentials
--database.password password
--help Print this usage guide. ```