nur-ture/bin/json2yml.php

8 lines
144 B
PHP
Executable File

#!/usr/bin/php
<?php
require $_composer_autoload_path?? __DIR__.'/../vendor/autoload.php';
use nulib\tools\Json2yamlApp;
Json2yamlApp::run();