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

chore(package.json): add rimraf #199

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Conversation

sukvvon
Copy link
Contributor

@sukvvon sukvvon commented Oct 16, 2024

What:

  • add rimraf library

Why:

  • contributors and users of open-source projects work in different environments, including Windows, macOS, and Linux.
  • since rm -rf doesn’t work natively on Windows, contributors on that platform would encounter issues unless they install tools like Git Bash or WSL.

How:

  • if we use rimraf, it can ensure accessibility and compatibility for everyone.

Checklist:

  • Documentation
  • Tests
  • Ready to be merged

@sukvvon sukvvon changed the title chore(pacakge.json): add rimraf chore(package.json): add rimraf Oct 16, 2024
@bvaughn bvaughn merged commit a1e634f into bvaughn:master Oct 17, 2024
3 checks passed
@sukvvon sukvvon deleted the chore/add-rimraf branch October 17, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants