labelary
v1.3.0
Published
Create PDF's or PNG's from ZPL labels via the Labelary API on the CLI.
Downloads
368
Readme
Labelary
Create PDF's or PNG's from ZPL labels via the Labelary API Labelary API on the CLI.
Labelary will prompt you for details on your label to be generated such as the path to your ZPL label, desired size, desired new label format, desired new label filename, etc. Once done, Labelary will take the ZPL details and build either a PDF or PNG file based on your selection.
Install
Install Labelary globally via NPM, use from anywhere:
npm i -g labelary
Usage
# Start up the Labelary prompt on the CLI
labelary
Development
# Install project locally
npm i
# Lint files
npx eslint index.js
# Run tests
npm run test