Skip to content

Commit 883e608

Browse files
committed
add initial generator config
1 parent 8950347 commit 883e608

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fern/generators.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,19 @@ groups:
8383
package-name: 'python-intercom'
8484
token: ${FERN_PYPI_TOKEN}
8585

86+
php-sdk:
87+
generators:
88+
- name: fernapi/fern-php-sdk
89+
version: 1.16.5
90+
github:
91+
mode: pull-request
92+
repository: intercom/intercom-php
93+
smart-casing: true
94+
config:
95+
namespace: Intercom
96+
client-class-name: Intercom
97+
output:
98+
# TODO: fix output target
99+
location: npm
100+
package-name: intercom/intercom-php
101+
token: ${FERN_PACKAGIST_TOKEN}

0 commit comments

Comments
 (0)