presentation
Creates interactive presentations
License
Apache Software License 2.0
Documentation
No documentation link provided
Downloads
137
Rating
Creates interactive presentations where each slide is a Swing based View. You can even run code inside the slides.
Usage
Simply specify the name of the archetype (presentation) when invoking the create-app command, like this
griffon create-app sample -archetype=presentation
This will configure a default startup MVC group in griffon-app/conf/Application.groovy plus installing the slideware plugin and all of its dependencies.
Refer to the documentation of the slideware plugin to learn more.
Configuration
No additional configuration required.
Griffon