Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Easy Http SDK
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Back End
Easy Http SDK
Commits
7ab50762
Commit
7ab50762
authored
Feb 17, 2023
by
谢宇轩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加执行文件
parent
26860ca6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
easysdk
bin/easysdk
+1
-0
composer.json
composer.json
+3
-0
No files found.
bin/
toml.php
→
bin/
easysdk
View file @
7ab50762
#!/usr/bin/env php
<?php
<?php
use
Jiwei\EasyHttpSdk\Generation\SdkEndpointBuilder
;
use
Jiwei\EasyHttpSdk\Generation\SdkEndpointBuilder
;
...
...
composer.json
View file @
7ab50762
...
@@ -34,6 +34,9 @@
...
@@ -34,6 +34,9 @@
"dev-developer"
:
"2.0.x-dev"
"dev-developer"
:
"2.0.x-dev"
}
}
},
},
"bin"
:
[
"bin/easysdk"
],
"scripts"
:
{
"scripts"
:
{
"phpstan"
:
"vendor/bin/phpstan analyse -c phpstan.neon"
,
"phpstan"
:
"vendor/bin/phpstan analyse -c phpstan.neon"
,
"phpunit"
:
"./vendor/bin/phpunit"
,
"phpunit"
:
"./vendor/bin/phpunit"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment