volta
Hassle-free way to manage your JavaScript command-line tools
With Volta, you can select a Node engine once and then stop worrying about it. You can switch between projects and stop having to manually switch between Nodes. You can install npm package binaries in your toolchain without having to periodically reinstall them or figure out why they’ve stopped working.
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install volta
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
2.0.2 | 0ea7e961fbf14662352528deccdbb6a96d675caca35f0f81f998a20575875435 |
3037 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for volta are versioned here.
Click here to see volta ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/volta/ops2deb.yml
name: volta
matrix:
architectures:
- amd64
versions:
- 2.0.2
homepage: https://volta.sh/
summary: hassle-free way to manage your JavaScript command-line tools
description: |-
With Volta, you can select a Node engine once and then stop worrying about it.
You can switch between projects and stop having to manually switch between
Nodes. You can install npm package binaries in your toolchain without having to
periodically reinstall them or figure out why they’ve stopped working.
fetch: https://github.com/volta-cli/volta/releases/download/v{{version}}/volta-{{version}}-linux.tar.gz
install:
- volta:/usr/bin/
- volta-migrate:/usr/bin/
- volta-shim:/usr/bin/
The blueprint fetch
keyword contains a URL template pointing to volta releases. Downloaded files are locked in a lockfile versioned here.