Le lundi 15 juin 2015, 06:58:17 sri a écrit : > It's been almost a year since our last wishlist thread > (https://groups.google.com/forum/#!searchin/mojolicious/wishlist/mojolicious/mIRRwNwDLSE/jw-7w48Z7E4J), > > so i think it is time for another round! > > In this thread you can post changes or features you would like to see in > Mojolicious, no rules, just say what's on your mind. ;) > > P.S.: Quite a few of the features requested last time have actually been > implemented in the meantime, like SOCKS5 support and non-blocking name > resolution. >
I would love a way to use a personnal boilerplate when generating a new app. Something like this: mojo generate app MyApp -b ~/.mojo/my_boilerplate ~/.mojo/my_boilerplate/ directory should be a mojo app, which name (let's say Boilerplate) would be replaced by the name of the generated app: lib/Boilerplate.pm would be renamed to lib/Myapp.pm, script/boilerplate to script/my_app and so on. Maybe ~/.mojo could be a default directory, allowing to use the command like this: mojo generate app MyApp -b my_boilerplate And maybe you could still specify the whole path if you don't want to use ~/.mojo directory: mojo generate app MyApp -b ~/mojo_boilerplate/boilerplate -- Luc http://www.fiat-tux.fr/ Internet n'est pas compliqué, Internet est ce que vous en faites. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
