Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.