for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* README plugin for HiDev.
*
* @link https://github.com/hiqdev/hidev-readme
* @package hidev-readme
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/)
*/
namespace hidev\readme\console;
* Goal for README.txt file generation.
* @author Andrii Vasyliev <[email protected]>
class ReadmeTextController extends \hidev\controllers\TemplateController
{
* {@inheritdoc}
public function getTemplate()
return 'readme-txt';
}