Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Meta project to handle all cucumber-ruby related repositories

License

Notifications You must be signed in to change notification settings

cucumber/cucumber-ruby-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-ruby-meta

meta-repository to handle all repository linked to Cucumber-ruby:

Uses meta to handle multi-repositories.

Using this repo

First, install meta if this is not done yet:

npm install -g meta

Clone the repositories useful for cucumber-ruby development:

meta git update

This will clone cucumber-ruby, cucumber-ruby-core and cucumber-ruby-wire inside the repo.

Helpers

The gems linked in this meta repository need references to each other. Run the following command to handle that:

source scripts/setup_env

You can use meta to run commands on all sub-repos, for example:

meta exec bundle             # Will run bundler in all sub-repos
meta exec "bundle exec rake" # Will run tests on all sub-repos

About

Meta project to handle all cucumber-ruby related repositories

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published