Skip to content

feat: support multiple package managers - #238

Open
prisis wants to merge 4 commits into
arethetypeswrong:mainfrom
PrisisForks:support-multiple-package-managers
Open

feat: support multiple package managers#238
prisis wants to merge 4 commits into
arethetypeswrong:mainfrom
PrisisForks:support-multiple-package-managers

Conversation

@prisis

Copy link
Copy Markdown

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

excludeEntrypoints?: string[];
entrypointsLegacy?: boolean;

pm?: string;

Copy link
Copy Markdown
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?

@changeset-bot

changeset-botBot commented Jan 17, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 62d62eb

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

This PR includes changesets to release 1 package
NameType
@arethetypeswrong/cliMinor

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

@prisisprisis changed the title Support multiple package managersfeat: support multiple package managersJan 17, 2025
Sign up for freeto 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

@prisis