Skip to content

[bug]: app creation do not create android iOS and other code if name contains upper case letter #1081

@Abhijit-Revamp

Description

@Abhijit-Revamp

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

  1. stacked update
  2. stacked create app myTest
  3. 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

image

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions