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

Add support for pnpm #94

Open
Darunada opened this issue Aug 17, 2022 · 0 comments
Open

Add support for pnpm #94

Darunada opened this issue Aug 17, 2022 · 0 comments
Labels
feature request New feature or request

Comments

@Darunada
Copy link

Is your feature request related to a problem? Please describe.

We use https://pnpm.io for dependency management. It is nearly compatible with npm, but a pnpm workspace adds some capabilities which cause it to fail when npm is used. We would like to add the ability to generate build info for pnpm workspaces.

Describe the solution you'd like to see

Similar to NPM, this feature would detect pnpm workspaces and adjust the command to a compatible one

Describe alternatives you've considered

I'm using the jf cli to audit my pnpm workspace/ similar to an npm package with a package.json. Being able to override the commands that are used to list dependencies directly might allow something like this and other npm package manager replacements.

Additional context
Add any other context or screenshots about the feature request here.

@Darunada Darunada added the feature request New feature or request label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant