DEV Community

Discussion on: 9 Steps to Get 100 Stars on GitHub

Collapse
 
mrothenbuecher profile image
Michael RothenbĂĽcher

Great post, thank you!

So I take my turn 🤓.

I've created a little node.js project where you can send ZPL/ZPLII code to zebra label printers -> zpl-rest.

zpl-rest provides the following

  • REST-API to manage labels (written in ZPL), printer and to print these labels
  • a simple graphical user interface for this REST-API
  • you can use mustache in your ZPL-Code
  • you can preview the result of your ZPL-Code
  • you can test print your ZPL-Code
  • you can review and reprint printjobs
  • you can use placeholder in your ZPL labels (${varname}) which will be replaced through the API

Your feedback is welcome.