Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eoinsha/seneca-analyze

Static analysis of seneca projects to reveal microservice dependencies
https://github.com/eoinsha/seneca-analyze

Last synced: 15 days ago
JSON representation

Static analysis of seneca projects to reveal microservice dependencies

Awesome Lists containing this project

README

        

# Static analzyer for Seneca projects.
Used to reveal dependencies between microservices in projects using [senecajs.org](http://senecajs.org).

## Usage

```shell
npm install

node main.js /path/to/project/root
```

Then browse to http://localhost:${PORT} (default PORT: 8000)