Skip to content

feat: add install.sh for npm-free installation#27

Merged
Shooksie merged 1 commit intomainfrom
ao/task-224
Mar 22, 2026
Merged

feat: add install.sh for npm-free installation#27
Shooksie merged 1 commit intomainfrom
ao/task-224

Conversation

@Shooksie
Copy link
Copy Markdown
Contributor

Add shell script installer for quick installation without npm dependency.

  • Downloads latest release from GitHub (or falls back to npm)
  • Verifies Node.js version >= 18.0.0
  • Installs globally via npm
  • Provides --uninstall option for removal
  • Supports --version flag for specific versions
  • Cross-platform support (Linux, macOS, x64, arm64)
  • Colorized output with fallbacks for non-TTY terminals
  • Validates prerequisites before installation
  • Updates README with shell script installation instructions

Add shell script installer for quick installation without npm dependency.
- Downloads latest release from GitHub (or falls back to npm)
- Verifies Node.js version >= 18.0.0
- Installs globally via npm
- Provides --uninstall option for removal
- Supports --version flag for specific versions
- Cross-platform support (Linux, macOS, x64, arm64)
- Colorized output with fallbacks for non-TTY terminals
- Validates prerequisites before installation
- Updates README with shell script installation instructions
@Shooksie Shooksie merged commit a304ed5 into main Mar 22, 2026
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant