Drydock Create Markdown compliance tool.
This project follows the Drydock Pattern.
You will need to have Docker installed. See the Install Docker docs for more information.
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
.
# 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.
This project is licensed under the GNU General Public License - see the LICENSE file for details.