mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 10:57:09 +00:00
Update cheatsheets
This commit is contained in:
25
pickle
Normal file
25
pickle
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pickle
|
||||
|
||||
> A PHP extension installer based on Composer.
|
||||
> More information: <https://github.com/FriendsOfPHP/pickle>.
|
||||
|
||||
- Install a specific PHP extension:
|
||||
|
||||
`pickle install {{extension_name}}`
|
||||
|
||||
- Convert an existing PECL extension configuration to a Pickle configuration file:
|
||||
|
||||
`pickle convert {{path/to/directory}}`
|
||||
|
||||
- Validate a PECL extension:
|
||||
|
||||
`pickle validate {{path/to/directory}}`
|
||||
|
||||
- Package a PECL extension for release:
|
||||
|
||||
`pickle release {{path/to/directory}}`
|
||||
Reference in New Issue
Block a user