Your app installed as expected on a freshly installed frappe-bench!
revant@revant-laptop:~/frappe-bench$ ls apps/
erpnext frappe
revant@revant-laptop:~/frappe-bench$ bench get-app https://github.com/leonardoaugt/naming_items
INFO:bench.app:getting app naming_items
INFO:bench.utils:git clone https://github.com/leonardoaugt/naming_items --depth 1 --origin upstream
Cloning into 'naming_items'...
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 18 (delta 0), reused 18 (delta 0), pack-reused 0
Unpacking objects: 100% (18/18), done.
('installing', u'naming_items')
INFO:bench.app:installing naming_items
INFO:bench.utils:./env/bin/pip install -q -e ./apps/naming_items --no-cache-dir
Wrote css/frappe-web.css - 64.95 KB
Wrote js/frappe-web.min.js - 138.62 KB
Wrote js/dialog.min.js - 94.68 KB
Wrote css/desk.min.css - 280.95 KB
Wrote css/frappe-rtl.css - 31.78 KB
Wrote js/libs.min.js - 814.29 KB
Wrote js/desk.min.js - 384.08 KB
Wrote js/d3.min.js - 380.17 KB
Wrote css/module.min.css - 2.08 KB
Wrote css/form.min.css - 4.47 KB
Wrote js/form.min.js - 185.93 KB
Wrote css/list.min.css - 15.72 KB
Wrote js/list.min.js - 145.52 KB
Wrote css/report.min.css - 7.77 KB
Wrote js/report.min.js - 255.37 KB
Wrote js/web_form.min.js - 247.45 KB
Wrote css/web_form.css - 24.42 KB
Wrote js/print_format_v3.min.js - 23.3 KB
Wrote css/erpnext.css - 7.87 KB
Wrote js/erpnext-web.min.js - 3.62 KB
Wrote js/erpnext.min.js - 115.87 KB
Wrote js/item-dashboard.min.js - 7.65 KB
revant@revant-laptop:~/frappe-bench$ ls apps/
erpnext frappe naming_items
To manually clone use command
revant@revant-laptop:~/frappe-bench/apps$ git clone https://github.com/leonardoaugt/naming_items --origin upstream
frappe apps have remote called upstream instead of origin which git clone command sets as default
To install app in frappe-bench’s python environment:
revant@revant-laptop:~/frappe-bench$ ./env/bin/pip install -e apps/naming_items --no-cache-dir
To install app on site
revant@revant-laptop:~/frappe-bench$ bench --site <sitename> install-app naming_items