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

[ENHANCEMENT] Support custom blueprint options in new and init commands #5329

Merged
merged 4 commits into from
Jan 26, 2016

Commits on Jan 25, 2016

  1. Support custom blueprint options in new and init commands

    The new and init commands can be given a custom blueprint to use. This modifies those commands to be aware of blueprint-specific options and pass them through, like the generate command.
    
    This is handy in the near-term for custom app/addon blueprints that accept options, and could pave the way to add options to the build-in blueprints if that ever seems valuable. A few examples I can think of immediately are the server port and the root URL.
    Ben Demboski committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    d9a426a View commit details
    Browse the repository at this point in the history
  2. Move safeRestore calls to afterEach()

    Safety first!
    Ben Demboski committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    cbcb121 View commit details
    Browse the repository at this point in the history
  3. Stylistic tweaks and DRYing up some code

    Ben Demboski committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    8c51fdb View commit details
    Browse the repository at this point in the history
  4. Update lodash usage for v4

    Ben Demboski committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    474bd65 View commit details
    Browse the repository at this point in the history