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

Pass other package.json's as arguments #12

Open
saiichihashimoto opened this issue Feb 12, 2019 · 1 comment
Open

Pass other package.json's as arguments #12

saiichihashimoto opened this issue Feb 12, 2019 · 1 comment

Comments

@saiichihashimoto
Copy link

Basically:

# runs on ./package.json
pkg-ok
pkg-ok package.json

# runs on ./packages/name-of-package/package.json
pkg-ok packages/name-of-package
pkg-ok packages/name-of-package/package.json

# runs on multiple arguments
pkg-ok package.json packages/name-of-package/package.json

# runs on globs, respecting .gitignore
pkg-ok **/package.json
@abraham
Copy link
Owner

abraham commented Mar 21, 2022

v3.0.0 has been released with partial support.

pkg-ok packages/name-of-package

I'll leave this open though as I do think glob support would be great for monorepos.

pkg-ok packages/**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants