You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Though I feel it's tricky. Do you have any idea/method so I can work on same directory but maintain the API JSON file and the generate file at same time but keep them separate so when I published to registry, the API JSON file won't leak into PHP source.
The text was updated successfully, but these errors were encountered:
Speaking of packagist and composer,
I found that it's easier to work on same directory with 2 branches:
I then use a custom makefile to generate the API, copy to a temporary folder, the checkout to master branch, copy file back and commit.
I experiment with it for a bit https://github.com/kureikain/bandwidth-php (check out master and alpaca branch)
Though I feel it's tricky. Do you have any idea/method so I can work on same directory but maintain the API JSON file and the generate file at same time but keep them separate so when I published to registry, the API JSON file won't leak into PHP source.
The text was updated successfully, but these errors were encountered: