Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.32 KB

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.