Skip to content

Bivee/mojolicious-project-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Bivee Mojolicious Project Base

This is a base of web app used by Bivee.

How to use?

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'

What's direrent from original skeleton app?

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.

Authors

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.

See more

http://mojolicio.us, http://bivee.com.br e http://danielvinciguerra.com

About

Bivee Mojolicious Project Base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages