Minecraft Creator Tools command line and libraries.
npx mct
npx mct validate -i d:\mycontent\myprojectfolder
d:\mycontent\myprojectfolder and outputs result files into the default output folder out.
npx mct validate -i d:\mycontent\myprojectfolder -show
d:\mycontent\myprojectfolder and shows validation results on the command line.
npx mct validate addon -i d:\mycontent\myprojectfolder -show --log-verbose
d:\mycontent\myprojectfolder, validates using the 'addon' suite of strict tests and shows validation results on the command line. Also displays verbose logging messages.
npx mct validate addon -if d:\mycontent\packages\myaddon.mcaddon -show --log-verbose
d:\mycontent\packages\myaddon.mcaddon, validates using the 'addon' suite of strict tests and shows validation results on the command line. Also displays verbose logging messages.
npx mct create