DevAssistant provides several assistants for Perl. If you run da
command from command line, projects are created in current working directory.
If you run da-gui
, you can specify directories where the projects will be created.
In order to create a class template, run:
$ da crt perl class -n <class_name>
In order to create a web template application with a Dancer, run:
$ da crt perl dancer -n <app_name>