Project

lucid-gen

0.0
No commit activity in last 3 years
No release in over 3 years
LucidGen generates test repositories for the Lucid framework. Lucid is an opinionated framework that has definite ideas about how test repositories should be set up. LucidGen allows you to create projects that Lucid will, by convention, understand.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
>= 0

Runtime

>= 0.18
 Project Readme

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

  1. Fork the project.
  2. Create a feature branch. (git checkout -b my-new-feature)
  3. Commit your changes. (git commit -am 'new feature')
  4. Push the branch. (git push origin my-new-feature)
  5. Create a new pull request.