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

[Feature Request]: Support pnpm package manager #20

Open
1 task done
kindoflew opened this issue Dec 22, 2022 · 0 comments
Open
1 task done

[Feature Request]: Support pnpm package manager #20

kindoflew opened this issue Dec 22, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kindoflew
Copy link
Contributor

Describe your request

We currently only support npm and yarn. pnpm is the new hotness, so we should support it as well.

Possible Implementation

The logic for which package manager commands to use lives in src/queries/getPackageManager.ts, so we would just need to add it as an option in the getPackageManager function and then add it's corresponding commands to the PACKAGE_MANAGER object in that file.

Also, many of the pnpm commands actually just fall through to using npm under the hood, so the implementation details should be very similar.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kindoflew kindoflew added enhancement New feature or request good first issue Good for newcomers labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant