Sign inSign up

drydockcloud/ci-createmd

By drydockcloud

•Updated over 6 years ago

Drydock compliance Create Markdown tool.

Image
0

306

drydockcloud/ci-createmd repository overview

⁠ci-createmd

Drydock Create Markdown compliance tool.

This project follows the Drydock Pattern⁠.

⁠Getting Started

⁠Prerequisites

You will need to have Docker installed. See the Install Docker docs⁠ for more information.

Available on Docker Hub⁠

⁠CreateMD Operation

Copy the docker-compose.example file to your project and rename it docker-compose.yml.

Copy the activate.example file to your project and rename it activate.

⁠To use createmd
# Pull the image
docker-compose pull

# Activate Drydock
. activate

# Run createmd
createmd --in config.yaml --templates templates/

Running the above command will copy any files in the templates/ directory, duplicating the template directory structure, into the current directory, replacing variables in the templates with the values from the --in file. You can also specify a directory in which to output the files using the --out option.

⁠Authors

⁠License

This project is licensed under the GNU General Public License - see the LICENSE⁠ file for details.

Tag summary

Content type

Image

Digest

Size

46.4 MB

Last updated

over 6 years ago

docker pull drydockcloud/ci-createmd