LucidGen
LucidGen is a project generator for Lucid test repositories.
Installation
Install the gem as normal:
$ gem install lucid-gen
Usage
The easiest way to use LucidGen would be to have it generate the default structure for you:
$ lucid-gen project project-spec
This command will create a project structure with the directory name as project-spec.
The default driver for the projects created is Symbiont. You can change this by specifying a driver as such:
$ lucid-gen project project-spec --driver=capybara
Do note that, for the moment, LucidGen only generates driver files relevant to Symbiont.
Contributing
- Fork the project.
- Create a feature branch. (
git checkout -b my-new-feature
) - Commit your changes. (
git commit -am 'new feature'
) - Push the branch. (
git push origin my-new-feature
) - Create a new pull request.