Skip to content

noam09/docker-fontcustom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-fontcustom

Docker Pulls MicroBadger Size (tag)

Docker image for FontCustom.

Usage

Show help message:

docker run \
	-v $(pwd)/input:/input \
	-v $(pwd)/output:/output \
	-it noam09/docker-fontcustom:latest

Compile SVG files from input directory and save results to output directory:

docker run \
	-v $(pwd)/input:/input \
	-v $(pwd)/output:/output \
	-it noam09/docker-fontcustom:latest \
	compile /input -o /output --name MyFont1

Releases

No releases published

Packages

No packages published