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

Prompt: Replaced 'read' with high-level 'prompt' library #213

Merged
merged 2 commits into from
Apr 23, 2013

Commits on Apr 23, 2013

  1. Replaced 'read' with high-level 'prompt' lib

    /ref yeoman#199
    
    This changes the prompt API slightly and adds the following features:
    
        - `grunt-init` style coloring
        - `default` can be a function (in preperation of "magic defaults")
        - if `default` is a boolean, it will display a 'y/n' prompt with proper
          validation
        - validations occurs after a value is entered and not after the whole wizard
          completed
    passy committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    f12b33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71495d8 View commit details
    Browse the repository at this point in the history