@nordicsemiconductor/nrf-jlink-js
v0.14.0
Published
Shared library to handle J-Link versions
Keywords
Readme
nrf-jlink-js
nrf-jlink-js is a Node.js module to check and install the recommended JLink
version used by some products of Nordic Semiconductor ASA.
Installation
npm install @nordicsemiconductor/nrf-jlink-jsUsage
const { status } = await getJLinkState();
if (status === 'should be updated') {
downloadAndInstallJlink(console.log);
}