Teamwork / node-auto-launch

Launch applications or executables at login (Mac, Windows, and Linux)
MIT License
946 stars 113 forks source link

Decaffeinate, add new features and possible API breakage #126

Closed Oxalin closed 7 months ago

Oxalin commented 7 months ago

This removes all CoffeeScript in favor of JavaScript and EM6 module. Actually add AppX support. Improve Linux support. Improve test coverage.

API breakage: to better support extra arguments to be added at launch and to better structure the options, the API is changed. While it should still support the old options, I may have missed some cases.

Oxalin commented 7 months ago

PR i a new branch for ironing out whatever could still be pocking around.

Oxalin commented 7 months ago

@4ver should I merge my PR since it is in a specific branch?