Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arenekosreal/asar
Operate asar archive in a convient way without nodejs installed.
https://github.com/arenekosreal/asar
asar asar-archive pdm python
Last synced: about 1 month ago
JSON representation
Operate asar archive in a convient way without nodejs installed.
- Host: GitHub
- URL: https://github.com/arenekosreal/asar
- Owner: arenekosreal
- License: wtfpl
- Created: 2024-08-04T08:16:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T13:55:45.000Z (4 months ago)
- Last Synced: 2024-08-17T14:58:03.347Z (4 months ago)
- Topics: asar, asar-archive, pdm, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# asar
Operate [@electron/asar](https://github.com/electron/asar) archive in a convient way without nodejs installed.
## Installation
1. Prepare pdm
See [here](https://pdm-project.org/en/latest/#installation) for more info
2. Install dependencies
Run `pdm install` to install dependencies for running. Run `pdm install --dev` to install dependencies required by developing.
3. We prepared a cli tool named `asar`, which is basically a drop-in replacement of `@electron/asar`.