FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
serpapi-php/Makefile at master · serpapi/serpapi-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
serpapi
/
serpapi-php
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
serpapi-php
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 384 Bytes
Breadcrumbs
serpapi-php
/
Makefile
Copy path
File metadata and controls
22 lines (17 loc) · 384 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
Default target
all
: install readme lint test
#
Clean up the project
clean
:
rm -rf vendor/
#
Install the necessary libraries and dependencies
install
:
composer install --prefer-dist --no-progress
#
Run PSR12 lint
lint
:
vendor/bin/phpcs
#
Run the tests
test
:
vendor/bin/phpunit -c phpunit.xml
#
Generate README from ERB template
readme
:
erb -T
'
-
'
README.md.erb
>
README.md
Back
|
FazBrowse Home
|
New Git URL