The meanio module creation expects the name of the module and the directory that contains the module to be the same. If a module is created with a hyphenated name you can't use it with dependency injection since it's not a valid variable name.
The dependency system used doesn't seem to support an explicit notation (like Angular's injection) such as
If this is the case, as it seems to be, then the CLI probably shouldn't allow hyphenated package names with create, or some workaround should be found. If one already exists, I'd love to know it :)
The meanio module creation expects the name of the module and the directory that contains the module to be the same. If a module is created with a hyphenated name you can't use it with dependency injection since it's not a valid variable name.
The dependency system used doesn't seem to support an explicit notation (like Angular's injection) such as
If this is the case, as it seems to be, then the CLI probably shouldn't allow hyphenated package names with create, or some workaround should be found. If one already exists, I'd love to know it :)