padrino-framework
padrino-framework copied to clipboard
[feature] [gen] Add a lib/ directory to generated sub-apps
I think it would be helpful to add a separate lib/
directory to each generated sub-app and add it to Padrino.dependency_paths
(or something similar). This will help isolate app-specific library code to the sub-app, and avoid cluttering up the top-level lib/
directory.