-
Notifications
You must be signed in to change notification settings - Fork 216
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
Create pact init #34
Comments
Please either use Thor or the default Ruby OptionsParser (I'd like to pull Thor out to reduce dependencies, so if you can get away with OptionsParser, then that's better). |
Could someone use Clamp? I like it a little better for CLI stuff :) |
I'd rather not have both Clamp and Thor at the same time! |
Hey Beth , |
I don't know how, it won't let me select your name. |
Ah ok never mind :p |
Is this still open for development? |
I never ended up releasing it, but yes. |
Submit PRs to: https://github.com/bethesque/pact-init-consumer
pact-init-consumer --consumer "My Consumer" --provider "My Provider"
should createspec/service_providers/pact_helper.rb
--consumer and --provider should be optional, and if no values are given use "My Consumer" and "My Provider".
Submit PRs to: https://github.com/bethesque/pact-init-provider
pact-init-provider --provider "My Provider" --consumer "My Consumer"
should createspec/service_consumers/pact_helper.rb
spec/service_consumers/provider_states_for_my_consumer.rb
The text was updated successfully, but these errors were encountered: