https://github.com/jeffnyman/lucid-gen
Lucid Test Repository Project Generator
https://github.com/jeffnyman/lucid-gen
Last synced: 2 months ago
JSON representation
Lucid Test Repository Project Generator
- Host: GitHub
- URL: https://github.com/jeffnyman/lucid-gen
- Owner: jeffnyman
- License: mit
- Created: 2014-02-15T19:06:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T19:31:55.000Z (almost 11 years ago)
- Last Synced: 2025-03-03T10:46:39.364Z (3 months ago)
- Language: Ruby
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LucidGen
LucidGen is a project generator for [Lucid](https://github.com/jnyman/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](https://github.com/jnyman/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](http://gun.io/blog/how-to-github-fork-branch-and-pull-request/).
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](https://help.github.com/articles/using-pull-requests).