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

refactor(create): cleanup createProject #1198

Merged
merged 5 commits into from
Nov 17, 2021

Conversation

raphinesse
Copy link
Contributor

Motivation and Context

This further cleans up the create module, this time focusing on the module entry function, createProject.

Description

There should only be minor behavioral changes:

  • method is 100% async by marking it as such
  • log output slightly simplified
  • does not fail anymore if parent of target dir does not exist

Testing

npm t

Copy link
Contributor

@breautek breautek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@raphinesse raphinesse merged commit fff90fc into apache:master Nov 17, 2021
@raphinesse raphinesse deleted the cleanup-createProject branch November 17, 2021 13:24
gazben pushed a commit to apicore-engineering/cordova-ios that referenced this pull request Aug 26, 2022
* refactor(createProject): remove obsolete check for parent dir

* refactor(createProject): remove unused config parameter

* refactor(createProject): simpler logging

* refactor(createProject): mark function as async

* docs(createProject): fix JsDoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants