Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 model

Synopsis

$ 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. ```