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

Configure via command line args #26

Open
WesCossick opened this issue Mar 4, 2021 · 0 comments
Open

Configure via command line args #26

WesCossick opened this issue Mar 4, 2021 · 0 comments

Comments

@WesCossick
Copy link
Member

Support configuring Rugged via command line args, like --inject-as-dev-dependency or yarn-mutex-file-path=/tmp/example. Pretty much every configurable option should have a command line equivalent.

These args could be used in the script itself (e.g., in package.json you could write "test": "rugged --inject-as-dev-dependency"), but could make Rugged more useful as a globally-installed package that you run directly from a terminal.

To accomplish this, we can power Rugged with Waterfall CLI. We should probably release Waterfall CLI v1 first, though.

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

No branches or pull requests

1 participant