Labelset is a CLI tool and a go library for generating masses of labels for printing, in quick and simple way.
Labelset provides:
- instance creation from SVG-based templates:
- XPath for matching text elements for replacements,
- standard feature rich text/template for replacement contents,
- JSON file for instance data source.
- label tiling for printing on pre-cut tiled papers:
- specify paper by paper size, label size, label offset and label spacing options.
The tool offers command-line interface as a simple way to invoke these manipulations without need to write any custom code.
The tool can be installed as a go module:
go install github.com/kravemir/labelset@latest
TO BE documented.
Check complete help to see all available options.
Prepared docker images are available in Docker Hub repository.
TO BE documented more.
First, use go get
to install the latest version of the library.
go get -u github.com/kravemir/labelset@latest
Next, include it in your application:
import "github.com/kravemir/labelset"
The project is licensed under Apache License, which allows proprietary use. See LICENSE for more details.