n8n-nodes-mallabe-barcodes
v0.1.3
Published
n8n community node that allows the generation & scanning of different barcodes, such as the popular QR code, UPC, EAN & others using Mallabe Barcodes
Maintainers
Readme

n8n-nodes-mallabe-barcodes
This is an n8n community node for Mallabe Barcodes.
It allows you to manipulate images using different operations.
For more information, refer to the Mallabe website.
Current supported operations:
- Generate Barcode
- Generate QR Code
- Scan Barcode / QR Code
License
Development
Running Locally (Summary)
- Install n8n globally using https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/
- Run
nvm useto use the correct node version in the node folder. - Run
pnpm installin the node folder. - Run
pnpm link --globalto register as package. - Run
pnpm run buildwhenever you make changes to the node. - Run
cd ~/.n8n - Stop n8n if it was already running.
- Run
pnpm link --global n8n-nodes-mallabe-barcodesin n8ncustomfolder. - Run
n8n start
Note: if you like to watch the development instead of rebuilding every time, use npm run dev.
