Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marghidanu/decompose
Get dependencies graph from docker-compose files
https://github.com/marghidanu/decompose
crystal-language docker-compose graph graphviz graphviz-dot
Last synced: about 1 month ago
JSON representation
Get dependencies graph from docker-compose files
- Host: GitHub
- URL: https://github.com/marghidanu/decompose
- Owner: marghidanu
- License: mit
- Created: 2020-09-25T13:13:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T15:29:46.000Z (over 4 years ago)
- Last Synced: 2024-10-25T01:25:48.194Z (3 months ago)
- Topics: crystal-language, docker-compose, graph, graphviz, graphviz-dot
- Language: Crystal
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decompose
TODO: Write a description here
## Build status
![CI](https://github.com/marghidanu/decompose/workflows/CI/badge.svg?branch=master)
## Installation
```
shards build --release --no-debug
sudo cp ./bin/decompose /usr/local/bin
```## Usage
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Tudor Marghidanu](https://github.com/marghidanu) - creator and maintainer