Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 694 Bytes

Template Data Model

Build Status codecov

Summary

This module is a template for snow.io connector’s data models, all linting and testing frameworks are configured. To configure your project:

  1. Update composer.json name and namespace
  2. Remove ModelExample
  3. Remove ModelExampleTest

Installation

composer install

Testing

composer run test-static-analysis
composer run test-functional