Hi All, 

After working with catalyst for some time, I found catalyst.pl too minimalistic 
for my needs. 

So I created a small script called ctstarter.pl that adds some features to the 
base template you get for a new project. Currently it adds:

1. A starter DB and migrations (using DBIx::Class::Migration)
2. Code and DB tables for managing users and roles (using 
CatalystX::SimpleLogin)
3. A Twitter Bootstrap web view with templates (using 
Catalyst::Helper::View::Bootstrap)
4. Two helper scripts: one to upgrade the DB and the other to reset admin 
password.

You can find the source and usage instructions here:
https://github.com/ynonp/ctstarter.pl

Any feedbacks is appreciated.

Cheers,
  Ynon


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to