This is a base of web app used by Bivee.
First you have to make a git repository clone:
$ git clone https://github.com/Bivee/mojolicious-project-base.git [project_name]
Now you can replace class packages name using grep
or ack-grep
:
$ ack -l 'MyApp' | xargs perl -pi -e 's/MyApp/MeuProjeto/g'
... or using grep
:
$ grep -ril MyApp | xargs perl -pi -e 's/MyApp/MeuProjeto/g'
We delegate Route and Helper declarations to specific classes, for example.
Some other things by default like a basic authentication was added to save more time.
2013 (c) Bivee http://bivee.com.br
Daniel Vinciguerra - [email protected]
This software is copyright (c) 2013 by Bivee.
This is a free and open source software distributed as same terms of Perl 5 license.
http://mojolicio.us, http://bivee.com.br e http://danielvinciguerra.com