newaeonweb / generator-angm

AngularJS Yeoman Generator to help you getting started with a new project based on AngularJS and Angular Material to build large scale applications.
72 stars 24 forks source link

SubGenerator calls new Application #1

Closed evandro-slv closed 9 years ago

evandro-slv commented 9 years ago

When adding a new module with the SubGenerator example:

yo angm:angm-module

It loads the generator's default prompt to create a new application:

     _-----_
    |       |
    |--(o)--|   .--------------------------.
   `---------´  |    Welcome to Yeoman,    |
    ( _´U`_ )   |   ladies and gentlemen!  |
    /___A___\   '__________________________'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

You're using the official Angm-generator.
[?] What would you like to call your application? (Angmodular) 
newaeonweb commented 9 years ago

@FlashCube , i´m sorry! the bug fix was upload right now, please update your generator to 0.1.2. Thank you very much.

emeacham commented 9 years ago

Sorry to resurrect this, but it looks like it's still an issue.

--CORRECTION-- It is broken when you install via "npm install generator-angm", but seems to work find if you clone the project then use "npm link" from within your working copy.

newaeonweb commented 9 years ago

@emeacham did you get the last version from npm?

newaeonweb commented 9 years ago

@emeacham Hi, bug fixed finally!