-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make init command more suitable for automation
* feat: init no longer prompts when cli option is present Prompts depend on the absence of cli options. The prompt answers and cli options are then merged. Provided cli options do not count as 'defaultAnswers'. * fix: fix lint errors in lib/stencil-init.js * test: updates integration and unit tests * test: use better naming of methods and constants * fix: reverts change to mock test answers * fix: fix lint errors in lib/stencil-init.spec.js
- Loading branch information
1 parent
fc62b19
commit ab9b919
Showing
2 changed files
with
84 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters