We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #12 from abraham/esm
b01dd76
Switch to ESM
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/**
Sorry, something went wrong.
No branches or pull requests
Basically:
The text was updated successfully, but these errors were encountered: