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

Monorepo support #84

Closed
EduardoSimon opened this issue Nov 23, 2023 · 1 comment
Closed

Monorepo support #84

EduardoSimon opened this issue Nov 23, 2023 · 1 comment

Comments

@EduardoSimon
Copy link

Hi there 👋🏼 ,

Firstly, let me thank you for your contributing to the node community with such an amazing tool!

Having said that, let me explain my problem:
I have a monorepo powered by npm workspaces to manage dependencies.

I would like to use publint in specific packages in a CI job, for doing that I have to:

cd package
npx publint
cd -

I would like to make it a bit more "comfortable" to work with to avoid changing directories.

Would you accept a contribution in which a workspace can be specified like the npm cli?

publint --workspace=subpackage

Regards,
Eduardo

@EduardoSimon
Copy link
Author

I just saw in the usage guide that you can provide a specific package as the first arg. Thanks!

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

1 participant