Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

foae/dimago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dimago

Created a diagram containing dependencies for any Go project hosted on Github.com platform.

Getting up and running

  • go get -u github.com/foae/dimago
  • make test && make run – will start an HTTP server on localhost 8080

Methods

GET /

{
    "message": "OK",
    "status": 200
}

POST /

  • Action: will retrieve the repository for inspection
  • Result: a diagram served via Cacoo API that resembles this exampleunder development!
  • Needed headers: Content-Type: application/json
  • Body:
{
    "url": "https://github.com/username/projectname"
}

About

Diagram dependencies and package imports for Go projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors