blixai / blix

⚙️🔧 CLI tool and scripting library to create, automate, and enhance Javascript applications
https://docs.blixjs.com
MIT License
26 stars 2 forks source link

fixed yarn prompt ux, and refactored prompt helper for yarn #351

Closed DBULL7 closed 6 years ago

DBULL7 commented 6 years ago

Issue: https://github.com/blixjs/blix/issues/348

  1. Moved the yarn prompt from helpers.js to new/prompts.js
  2. Now checking if the project already contains a package-lock.json and prevents yarn prompt if true.
  3. Removed multiple useless async logic from the installer helpers and several files
DBULL7 commented 6 years ago

Conflicts resolved, ready for review