graphql-module-skeleton/README.md

27 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2019-11-27 11:20:24 +01:00
# oxid-esales/graphql-module-skeleton
[![Build Status](https://img.shields.io/travis/com/OXID-eSales/graphql-module-skeleton/master.svg?style=for-the-badge&logo=travis)](https://travis-ci.com/OXID-eSales/graphql-module-skeleton) [![PHP Version](https://img.shields.io/packagist/php-v/oxid-esales/graphql-module-skeleton.svg?style=for-the-badge)](https://github.com/oxid-esales/graphql-module-skeleton) [![Stable Version](https://img.shields.io/packagist/v/oxid-esales/graphql-module-skeleton.svg?style=for-the-badge&label=latest)](https://packagist.org/packages/oxid-esales/graphql-module-skeleton)
## What is this?
This skeleton will set you up with a
- basic GraphQL module for OXID eShop
- including a sane `README.md`
- pre setup `NamespaceMapper`
- simple example controller
- nice developement experience
2019-11-27 11:20:24 +01:00
## How to use
```bash
$ composer create-project oxid-esales/graphql-module-skeleton
```
This provides you with a basic GraphQL OXID module, that you may install into the shop via `composer`.
## License
GPLv3, see [LICENSE file](LICENSE).