eonx-com/easy-docker

This package is abandoned and no longer maintained. No replacement package was suggested.

CLI tool to generate Docker files

v2.5.8 2020-09-24 10:30 UTC

This package is auto-updated.

Last update: 2020-09-29 14:57:02 UTC


README

CLI tool to generate Docker files.

Documentation

Install package

The recommended way to install this package is to use Composer.

$ composer require eonx/easy-docker

Generate the Docker files

Once the package installed using Composer, your vendor directory will should contain the binary file to use to generate the Docker files. Simply run the generate command, and that's it!

$ vendor/bin/easy-docker generate

Output

The generate command will ask you to provide the required information about your project to make sure to generate the files that fits the most your needs. Once done, it will generate a easy-docker-manifest.json file to keep track of the files generated and the version of the command used to generate them.