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(new-package): replace yargs with util.parseArgs #3181

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Jun 4, 2024

Description

Replace yargs with util.parseArgs

Test plan

  1. Usage description should be displayed: yarn new-package
  2. A new package should be created at packages/mypackage: yarn new-package mypackage
  3. A new package should be created at incubator/mypackage: yarn new-package --experimental mypackage
  4. Usage description should be displayed: yarn new-package --experimental

@github-actions github-actions bot added the chore Improvements that don't directly affect features label Jun 4, 2024
@tido64 tido64 merged commit 97a9925 into main Jun 4, 2024
10 checks passed
@tido64 tido64 deleted the tido/refactor-new-package branch June 4, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Improvements that don't directly affect features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants