nur-ture/bin/json2yml.php

8 lines
142 B
PHP
Executable File

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