mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
asar: add page (#2317)
This commit is contained in:
parent
638b1d45ed
commit
929be662be
1 changed files with 19 additions and 0 deletions
19
pages/common/asar.md
Normal file
19
pages/common/asar.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# asar
|
||||
|
||||
> A file archiver for the Electron platform.
|
||||
|
||||
- Archive a file or folder:
|
||||
|
||||
`asar pack {{path/to/file}} {{archived.asar}}`
|
||||
|
||||
- Extract an archive:
|
||||
|
||||
`asar extract {{archived.asar}}`
|
||||
|
||||
- Extract a specific file from an archive:
|
||||
|
||||
`asar extract-file {{archived.asar}} {{file}}`
|
||||
|
||||
- List files of an archive:
|
||||
|
||||
`asar list {{archived.asar}}`
|
Loading…
Add table
Reference in a new issue