Creating an app with module on it

@anand How can I create a app with module on it? example is ERPNext. ERPNext is the app with module selling, accoounts etc.

I tried

bench new-app library_management
bench install-app library_management

This will create an app but how to create a module under library_manangement? Is there a bench command for this? or is it manually done?

just type new Module in the awesome bar.

1 Like

@neilLasrado great!! thanks!