How to install All ERPNext Modules OR List of All Modules?

hi,
is there any way that I can download and install all the ERPNext modules (HRMs, Payments, POSAwesome, etc., etc. on my site?

Ofcourse, I can do that by different lines of command (mentioned below) but what if, I am not aware of the list of available modules and their commands? therefore, please advise how to do that or list down all the available modules and commends in reply… thank you!!!

COMMAND LINES FOR EACH SINGLE MODULE

ERPNext VERSION-15

-----For ERPNext Module-----
bench get-app erpnext --branch version-15
bench --site mysite.com install-app erpnext

-----For Payments Module-----
bench get-app payments --branch version-15
bench --site mysite.com install-app payments

-----For HRMS Module-----
bench get-app hrms --branch version-15
bench --site mysite.com install-app hrms

-----For CRM Module-----
bench get-app CRM
bench --site mysite.com install-app CRM

----- so on… -----