github JimLiu/baoyu-skills v1.119.0

latest releases: v2.5.2, v2.5.1, v2.4.1...
one month ago

Features

  • baoyu-electron-extract: new skill that extracts resources and JavaScript from any installed Electron app's app.asar. Restores original sources from embedded sourcesContent in .js.map files when present (TypeScript/JSX included) or formats minified JS/CSS with Prettier in place when not. Source-map paths are resolved relative to each .js.map file first, so bundler-relative entries like ../../src/main.ts restore to readable paths under restored/ instead of hashed placeholders. Always skips node_modules and webpack/runtime/* entries. Auto-discovers apps on macOS (/Applications, ~/Applications) and Windows (%LOCALAPPDATA%\Programs, %PROGRAMFILES%, %PROGRAMFILES(X86)%, %APPDATA%); other platforms can pass --asar <path> explicitly. Safety: refuses to write to /, the user home, or the current working directory, and refuses non-empty existing output dirs without --force

Don't miss a new baoyu-skills release

NewReleases is sending notifications on new releases.