An open API service indexing awesome lists of open source software.

https://github.com/dsazz/generator-garden

Generator for plus.garden package
https://github.com/dsazz/generator-garden

Last synced: about 1 year ago
JSON representation

Generator for plus.garden package

Awesome Lists containing this project

README

          

# generator-garden [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Generator for [plus.garden](https://github.com/linkshare/plus.garden)

![alt tag](https://raw.githubusercontent.com/Dsazz/generator-garden/master/title.png)

## Installation

First, install [Yeoman](http://yeoman.io) and generator-garden using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo generator-garden
```

Then generate your new project:

```bash
yo garden
```

## Usage

At the beginning of generate garden environment you should choose modules which you want using. All list of modules below:

* [Api Tester](https://github.com/linkshare/plus.garden.api) `testing APIs of web services`
* [Webdriver](https://github.com/Dsazz/plus.garden.webdriver) `interaction with the different browsers`
* [fixtures-mongo](https://github.com/linkshare/plus.garden.fixtures-mongo) `mongo fixtures loader`
* [fixtures-mysql](https://github.com/linkshare/plus.garden.fixtures-mysql) `mysql fixtures loader`
* [fixtures-docker-compose](https://github.com/slavahatnuke/plus.garden.fixtures.docker-compose) `docker fixtures / any services loader`

## Dependencies

To find out all the dependencies that you will need, please see the corresponding sections of each selected module.

## Getting To Know Yeoman

* Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

MIT

[npm-image]: https://badge.fury.io/js/generator-garden.svg
[npm-url]: https://npmjs.org/package/generator-garden
[travis-image]: https://travis-ci.org/Dsazz/generator-garden.svg?branch=master
[travis-url]: https://travis-ci.org/Dsazz/generator-garden
[daviddm-image]: https://david-dm.org/Dsazz/generator-garden.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Dsazz/generator-garden