0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,981 stars (1,981 stars)398 forks (398 forks)batch import
enhancementhelp wanted
Description
Offer OS native install script. May try AppImage (?)
Contributor guide
- Tech stack
- shell
- Domain
- devops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- shell scriptingAppImage basicsunderstanding of project structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- Examine the repository's package.json for build scripts and dependencies. Investigate the current installation method and consider using tools like electron builder or appimagetool to create an AppImage. Create a shell script (e.g., install.sh) that automates the native installation and update the README with instructions. Look at similar projects that provide native install scripts for reference.