Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eoinsha/seneca-analyze
- Owner: eoinsha
- Created: 2015-08-24T19:07:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T11:16:37.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:08:08.800Z (9 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installnode main.js /path/to/project/root
```Then browse to http://localhost:${PORT} (default PORT: 8000)