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

https://github.com/electron/asar-require

Enable "require" scripts in asar archives
https://github.com/electron/asar-require

Last synced: 5 months ago
JSON representation

Enable "require" scripts in asar archives

Awesome Lists containing this project

README

        

# asar-require

Enable `require` to read scripts in [asar] packages.

## Usage

```js
require('asar-require');
require('/path/to/archive.asar/script');
```

[asar]: https://github.com/electron/asar