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

Export command generators #156

Open
3 tasks done
Zeko369 opened this issue Apr 30, 2023 · 1 comment
Open
3 tasks done

Export command generators #156

Zeko369 opened this issue Apr 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Zeko369
Copy link
Contributor

Zeko369 commented Apr 30, 2023

Clear and concise description of the problem

Export i.e. yarnInstall(packages: string[])
which would generate yarn install foo, and a generic install(pm: PackageManager, packages: string [])

Suggested solution

Simply extract and export internal functionality

Alternative

No response

Additional context

No response

Validations

@Zeko369 Zeko369 added the enhancement New feature or request label Apr 30, 2023
@HawtinZeng
Copy link
Contributor

Why u use install(pm: PackageManager, packages: string []) instead of ni packageA packageB...? The latter command is more concise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants