Pluggdapps

Component system. Web framework. And more ...

scaffolds – Project scaffolds.

While working with frameworks, developers are expected to organise and stitch together their programs in a particular way. Since this is common for all programs developed using the framework it is typical for frameworks to supply scaffolding logic to get developers started. In pluggdapps, scaffolding logic is specified by pluggdapps.interfaces.IScaffold interface. Typically these plugins also implement pluggdapps.interfaces.ICommand interface so that scaffolding templates can be invoked directly from pa-script command line.

Scaffold plugins implemented in pluggdapps package are listed below.

Table Of Contents

Related Topics

This Page