add makefile

This commit is contained in:
Mike Lueders
2024-03-01 12:52:07 -06:00
parent b6bc5b703f
commit 9246389907
2 changed files with 10 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
generate:
speakeasy generate sdk -s openapi.yaml -o . -l python

8
speakeasy-playground.iml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>