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: workspace command #26

Open
H4M5TER opened this issue Sep 10, 2024 · 4 comments
Open

feat: workspace command #26

H4M5TER opened this issue Sep 10, 2024 · 4 comments

Comments

@H4M5TER
Copy link

H4M5TER commented Sep 10, 2024

我希望使用 yakumo ws name ... 来替代
在 yarn 1 中 yarn -w external/name ...
和在 yarn berry 中 yarn workspace fullPackageName ...

@Hieuzest
Copy link

通过最新版本的yakumo run
在linux shell上, 使用

yakumo run <name> -- <script>

在pwsh上,使用

yakumo run <name> `-- <script>

@H4M5TER
Copy link
Author

H4M5TER commented Sep 17, 2024

这个`是什么原理

@H4M5TER
Copy link
Author

H4M5TER commented Sep 18, 2024

怎么样装包和删包呢
image

@shigma
Copy link
Member

shigma commented Sep 18, 2024

装包和删包当然直接用 yarn 啊

yarn workspace xxx add

这跟 yakumo 有啥关系……

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

No branches or pull requests

3 participants