laravel-lgml-convert-command
lastwhitebird/laravel-lgml-convert-command, (*1)
Synopsis
Laravel (artisan) command bundle to convert LGML XML, (*2)
Code Example
config/app.php:, (*3)
'providers' => [
//...lalala ur providerz here
LWB\LGMLConvert\ConvertCommandServiceProvider::class,
]
Command line:, (*4)
php artisan lwb:convert lgml.lgml >C:\Users\MyWindowsUsername\AppData\Local\org.kde.syntax-highlighting\syntax\lgml.xml
Motivation
This component is made just to show great possibilities of lgml-parser. Enjoy life with no XML (when possible), (*5)
Installation
composer require lastwhitebird/laravel-lgml-convert-command, (*6)
License
This library is licensed under LGPL v2.1, (*7)