Skip to content

pixelass/phony

Repository files navigation

Phony

phony logo

Phony is a collection of phony (mock) services. Its main purpose is to provide a mocked graphql service

MIT license Build status Codecov status Code Quality

This is the contributor documentation for the phony mono-repository. For user docs see the Introduction

version description
phony graphql A mocking graphql service
phony cli Command Line Interface for phony

Build packages

yarn build

Watch packages

yarn watch

Develop docs

yarn develop

Run examples

We provide some simple to complex examples to give you a better idea on how you can use or integrate Phony in your project.

yarn examples:apollo
yarn examples:graphql
yarn examples:cli