Describe the bug
This is not a bug, however, if you can put an error it will be great.
I spent 2 hours trying to understand what was happening
using stacked version 1.12.6
if using "web" template then only lib, test and web folders are created
if using default template (mobile) then only lib and test folders are created
To reproduce
- stacked update
- stacked create app myTest
- stacked create app myTestWeb -t web
Expected behavior
If the app name contains capital case, give error and exit
use regex [a-z0-9_]
unless something can be really done
Screenshots
Additional Context
No response
Describe the bug
This is not a bug, however, if you can put an error it will be great.
I spent 2 hours trying to understand what was happening
using stacked version 1.12.6
if using "web" template then only lib, test and web folders are created
if using default template (mobile) then only lib and test folders are created
To reproduce
Expected behavior
If the app name contains capital case, give error and exit
use regex [a-z0-9_]
unless something can be really done
Screenshots
Additional Context
No response