13 unstable releases (4 breaking)

0.7.0 Nov 12, 2023
0.6.1 Nov 12, 2023
0.6.0 Sep 6, 2023
0.5.7 Sep 15, 2022
0.3.3 Aug 9, 2022

#184 in Programming languages

Download history 52/week @ 2024-02-26 3/week @ 2024-03-11 231/week @ 2024-04-01

234 downloads per month

Apache-2.0 OR MIT

315KB
1.5K SLoC

electron_tasje

usable status: mostly (you might have to patch your configs or do other workarounds, but the core functionality works)

a tiny replacement for electron-builder with the principles reversed: absolutely terrible for app developers, good for system package maintainers (signed, frustrated package maintainer).

notable differences:

  • does not package the app into distributable formats like deb or installers, only builds app resources
  • does not download electron builds (because of the above)
  • does not download electron headers for dependency rebuilding (use system-provided headers there's no rebuilding, DIY)
  • outputs generated .desktop entries into a directory target
  • there are no other targets than directory
  • the whole node_modules is packed, remove devDependencies yourself (yarn --production)
  • most probably won't even run on windows and macOS
  • not tested with cross-compiling (this might change)

mirrors

copyright 2022 lauren n. liberda, usage allowed under the terms of Apache-2.0 license or MIT license, at your option.

Dependencies

~31MB
~419K SLoC