We're a place where coders share, stay up-to-date and grow their careers.
See NPM asar
You can actually:
npx asar pack /path/to/dir
to create a *.asar compressed file, and
*.asar
npx extract /path/to/file.asar --out-path /path/to/output/directory
to decompress an asar file to a directory.
If you'd rather not install NPM, I compiled these asar binaries for Windows, Linux and Mac OS with zeit's pkg
See NPM asar
You can actually:
to create a
*.asar
compressed file, andto decompress an asar file to a directory.