Skip to content

feat: c3 init now supports hyphen in project name - #3484

Merged
lerno merged 4 commits into
c3lang:masterfrom
neerajnangireddy:enhan/hyphen-in-project-name
Aug 30, 2026
Merged

feat: c3 init now supports hyphen in project name#3484
lerno merged 4 commits into
c3lang:masterfrom
neerajnangireddy:enhan/hyphen-in-project-name

Conversation

@neerajnangireddy

Copy link
Copy Markdown
Contributor

closes #3481 .

  • Added support for hyphen in project name

Only check_name function needed to be updated to treat - as a valid char in project name.
The module_name function already sanitizes the project name before generating the main.c3 template.

@lerno

lerno commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

I've thought about it and ok, we'll do it.

@lerno
lerno merged commit cf6f226 into c3lang:master Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

c3c init: accept hyphenated project names

2 participants