lastwhitebird / laravel-lgml-convert-command
Laravel (artisan) command bundle to convert LGML <-> XML
dev-master
2017-06-29 11:00 UTC
Requires
- php: >=5.6.0
- lastwhitebird/lgml-parser: >=0.0.4
This package is auto-updated.
Last update: 2025-01-18 19:46:35 UTC
README
lastwhitebird/laravel-lgml-convert-command
Synopsis
Laravel (artisan) command bundle to convert LGML <-> XML
Code Example
config/app.php:
'providers' => [ //...lalala ur providerz here LWB\LGMLConvert\ConvertCommandServiceProvider::class, ]
Command line:
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)
Installation
composer require lastwhitebird/laravel-lgml-convert-command
License
This library is licensed under LGPL v2.1