Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor: move package managers into a dir#5379

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
rigor789 wants to merge3 commits intomain
base:main
Choose a base branch
Loading
fromrefactor/package-manager

Conversation

@rigor789
Copy link
Member

The goal is to clean up package management throughout the CLI - this is the first step (and it's WIP) towards that goal.

Right now we have 2 services responsible for package management:

  • PackageManager
  • PackageInstallationManager

The goal is to combine them with a decoupled API from the specifics of each package manager. The interfaces have been created for NPM, and are tailored to npm's cli flags and terminology. We should abstract the specifics likesave-dev should just be a combination ofdev: true andsave: true and each package manager would then use the correct flags:--save-dev or-D etc.

pavi2410 reacted with thumbs up emoji
@cla-botcla-botbot added the cla: yes labelSep 7, 2020
@rigor789rigor789 added this to the8.3 milestoneJul 9, 2022
@rigor789rigor789 modified the milestones:8.3,8.4Jul 25, 2022
@rigor789rigor789 mentioned this pull requestNov 18, 2022
@NathanWalkerNathanWalker modified the milestones:8.4,9.0Oct 23, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

9.0

Development

Successfully merging this pull request may close these issues.

3 participants

@rigor789@NathanWalker

[8]ページ先頭

©2009-2025 Movatter.jp