Kirby\Cli\Command\Make\Plugin::exists PHP Method

exists() protected method

protected exists ( )
    protected function exists()
    {
        return is_dir($this->dest());
    }