Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 983 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 983 Bytes

Build Status Coverage Status

Swagger Validator

Read the documentation for developers to get started.

Git hooks

For development purposes, we advice you to install the included git hooks with the following command:

./vendor/bin/phing githooks

One of the hooks will try to validate the project's Swagger file. This requires you to install some node dependencies. Make sure npm is available and install them by running this command at the root of the project:

npm install