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

cli strips case from package names #112

Open
jwebbdev opened this issue Sep 3, 2015 · 0 comments
Open

cli strips case from package names #112

jwebbdev opened this issue Sep 3, 2015 · 0 comments

Comments

@jwebbdev
Copy link
Member

jwebbdev commented Sep 3, 2015

mean package myPackage will result in /packages/custom/mypackage, altenatively mean package my-package will result in /packages/custom/my-package, but then not be injectable in the register function of other packages due to hyphens not being valid in variable names. ( linnovate/meanio#58 )

Subsequently, there's not a great way to do multi-word package names. I think both of these should work. The camel case would be a cli fix, while the issues with hyphens would probably be resolved in a combination of cli and mean-io as it would require the cli to give proper camel case names with the DI in linnovate/meanio to not treat the name of the explicitly as the physical path.

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

1 participant