theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

auto add suffix to (short) template name #74

Closed remicollet closed 8 years ago

remicollet commented 8 years ago

This is only to be more user friendly.

so you can use phpab --template=default ...

(the idea is to add more templates there, such as debian.php.tpl, fedora.php.tpl...)

FYI; work in progress to provide a simple autoloader (without using the Symfony, Zend or Composer one, to reduce dependencies), which will use phpab command for classmap : https://github.com/php-fedora/autoloader (template for phpab in the res directory)

remicollet commented 8 years ago

@siwinski FYI

remicollet commented 8 years ago

Thanks for merging.

theseer commented 8 years ago

You're welcome. If you need any (additional) help on the fedora-autoloader, let me know.