Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: reason for not allowing '.' in the project name #13

Closed
arnederuwe opened this issue Mar 24, 2021 · 1 comment
Closed

Question: reason for not allowing '.' in the project name #13

arnederuwe opened this issue Mar 24, 2021 · 1 comment

Comments

@arnederuwe
Copy link

When using makes to scaffold a new Aurelia 2 app, you can't use the . char in the project name.
What's the reason for this? Does it break something I'm not aware of?

We mostly set up our smaller Aurelia projects like this:

  • MyApp.Api (.net core)
  • MyApp.Business (.net standard)
  • MyApp.Client (Aurelia)
@3cp
Copy link
Member

3cp commented Mar 24, 2021

I couldn't think of a reason either :-)
It was just a very conservative selection of allowed characters. Will add "." soon.

In the meantime, you can manually create the folder then run npx makes aurelia --here within.

@3cp 3cp closed this as completed in 5b746c6 Mar 25, 2021
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

No branches or pull requests

2 participants