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

feat: support multiple package managers #238

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

prisis
Copy link

@prisis prisis commented Jan 17, 2025

Hey :),

This PR, adds back the old feature to support more then npm as package manager.

The default behavior will not change as long the new "--pm" option is not used.

Reverts some code from #177

Closes #173

@@ -43,6 +44,8 @@ interface Opts extends render.RenderOptions {
includeEntrypoints?: string[];
excludeEntrypoints?: string[];
entrypointsLegacy?: boolean;

pm?: string;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should i change this to a list of the choices?

Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: c2209d1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@arethetypeswrong/cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@prisis prisis changed the title Support multiple package managers feat: support multiple package managers Jan 17, 2025
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.

Add support for the workspace: protocol
1 participant