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 Yarn Functions #149

Merged
merged 5 commits into from
Feb 19, 2024
Merged

Refactor Yarn Functions #149

merged 5 commits into from
Feb 19, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Feb 18, 2024

This pull request resolves #148 by renaming functions inside the src/yarn.ts file as follows:

  • Renaming the yarn.enable function to enableYarn.
  • Renaming the yarn.getConfig function to getYarnConfig.
  • Renaming the yarn.install function to yarnInstall.
  • Renaming the yarn.version function to getYarnVersion.

This change also modifies functions to be exported individually and refactors the getYarnConfig function by removing unused await.

@threeal threeal self-assigned this Feb 18, 2024
@threeal threeal added this to the Version 1.1.0 milestone Feb 18, 2024
@threeal threeal marked this pull request as ready for review February 19, 2024 06:22
@threeal threeal merged commit a424a0e into main Feb 19, 2024
8 checks passed
@threeal threeal deleted the refactor-yarn-function branch February 19, 2024 06:22
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Yarn Functions
1 participant