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
- Host: GitHub
- URL: https://github.com/dsazz/generator-garden
- Owner: Dsazz
- License: mit
- Created: 2017-03-07T15:07:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T09:19:11.000Z (about 9 years ago)
- Last Synced: 2025-02-16T15:36:20.849Z (over 1 year ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## 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