0.0.8 • Published 5 years ago
curaprofile2json v0.0.8
CuraprofileToJSON
Simple CLI to convert curaprofiles to json or compare them.
Installation
npm i -g curaprofile2jsonUsage
To simply output JSON as STDOUT
cura2json -f ./my-cura-profile.curaprofileTo output to file
cura2json -f ./my-cura-profile.curaprofile -o ./my-profile.jsonTo compare two profiles
cura2json -f ./my-cura-profile.curaprofile -c ./my-other-cura-profile.curaprofileAlso see
cura2json --help