1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/asar.md

20 lines
351 B
Markdown
Raw Normal View History

2018-09-09 16:15:25 +02:00
# 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 the contents of an archive file:
2018-09-09 16:15:25 +02:00
`asar list {{archived.asar}}`