decompose

Version, currently master branch1 version
  • master branchlatestSep 25, 2020

github.com/marghidanu/decompose

Get dependencies graph from docker-compose files

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  decompose:
    github: marghidanu/decompose
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
Tudor Marghidanu
Target
  • decompose from src/decompose.cr

Dependencies

Runtime Dependencies

  • admiral*github: jwaldrip/admiral.cr

README

decompose

TODO: Write a description here

Build status

CI

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 (https://github.com/marghidanu/decompose/fork)
  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