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

Blueprintrc #117

Merged
merged 16 commits into from
Oct 1, 2017
Merged

Blueprintrc #117

merged 16 commits into from
Oct 1, 2017

Commits on Oct 1, 2017

  1. rename to blueprint.

    renamed source and test files
    changed require paths
    ignore references to repo,
      actual redux references and other projects's names
    
    changed a lot of references to .reduxrc
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    277c20d View commit details
    Browse the repository at this point in the history
  2. renamed bin files to blueprint

    added npm bin definitions to allow "bp" as command
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    6eaaaf8 View commit details
    Browse the repository at this point in the history
  3. first pass

    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    96b2072 View commit details
    Browse the repository at this point in the history
  4. first pass

    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3d73eca View commit details
    Browse the repository at this point in the history
  5. Start of BlueprintCollection

    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    c4da77c View commit details
    Browse the repository at this point in the history
  6. add #all() and supporting cast

    Currently only returns the paths to blueprints.
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    cdb9487 View commit details
    Browse the repository at this point in the history
  7. update .gitignor

    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    92efd2d View commit details
    Browse the repository at this point in the history
  8. cleanup after big rebase.

    removed unneeded bin files
    
    add a project level .blueprintrc and removed it from .gitignore
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    52db4e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a07133 View commit details
    Browse the repository at this point in the history
  10. refactor Blueprint.loadRunnable to BlueprintCollection#allGenerators()

    increased Blueprint.js test coverage a bit
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    71f630e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d2c529c View commit details
    Browse the repository at this point in the history
  12. Fixed test

    blueprintChunks count was including my ~/.blueprintrc
    but travis-ci didn't have that so count was different
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3d7633e View commit details
    Browse the repository at this point in the history
  13. Noping eslint ejs mess

    renamed to .ejs until we can figure out a fix
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    9883241 View commit details
    Browse the repository at this point in the history
  14. Move .cliLogo() into models/sub-command

    tweaked test:watch in package.json
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    328dc23 View commit details
    Browse the repository at this point in the history
  15. rename parseSettings to parseBlueprintSettings

    some minor file formatting
    anithri committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    7a90aac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    57c45de View commit details
    Browse the repository at this point in the history