lucide-mendix
v1.0.6
Published
Downloads lucide.ttf and generates a Mendix icon import file
Readme
lucide-mendix
Downloads lucide.ttf and generates a Mendix icon import file.
Prerequisites
- Node.js
gitavailable on your PATH
Usage
Run without installing:
npx lucide-mendixOr install globally and run:
npm install -g lucide-mendix
lucide-mendixOutput
Two files are written to the current directory:
| File | Description |
|------|-------------|
| lucide.ttf | Lucide TrueType font file |
| lucide-mendix-import.txt | Semicolon-delimited icon mappings for Mendix import |
Each line in lucide-mendix-import.txt follows the format:
hexCode;iconName;tagsExample:
e908;activity;bar chart fitness graphIcons are sorted alphabetically by name.
License
MIT
