Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 536 Bytes

DEV.md

File metadata and controls

14 lines (10 loc) · 536 Bytes

For Developers of Sage Intacct SDK for PHP

Build Status

For folks updating source code, please be sure to do the following:

Coding

  1. Update comments/documentation
  2. Add/Update unit tests

Generate Documentation

  1. In git bash for repository, run the following command ./vendor/bin/sami.php update sami.php OR in Window's Terminal vendor/bin/sami.php.bat update sami.php
  2. Commit and push /docs changes