Hi! I've find a few issues on the template used with the 'new' command: - White space on " /example" seems a typo. https://github.com/CleverStack/cleverstack-cli/blob/master/templates/frontend/module.js#L27 - module.js does not create '{{template_name}}.models' module listed as a dependency of '{{template_name}}'. https://github.com/CleverStack/cleverstack-cli/blob/master/templates/frontend/module.js#L7 - TemplateProvider.view for "/example" does not work with the camelcase format of the module's name. It should use the original parameter (which is the one used on the folder name). https://github.com/CleverStack/cleverstack-cli/blob/master/templates/frontend/module.js#L28 @pilsy could you confirm? Great stack btw ;)