Add NVM module

This commit is contained in:
OSPanel 2024-04-07 21:31:08 +03:00
parent 6d8c4f6a8c
commit 8609a719f7
10 changed files with 58 additions and 0 deletions

3
addons/NVM/LICENSE Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29a15718c5f6877b76141d7645231216ddf1ed0c45db1a356c10ef950ceb0c20
size 1085

3
addons/NVM/elevate.cmd Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:670d03aa928093c1eb43dea772e0389c56b777e788a0e394603e73e75a3fca43
size 10

0
addons/NVM/elevate.vbs Normal file
View file

3
addons/NVM/nodejs.ico Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe092fd3556ac40fa2e75cdb7578dc6b9fea4449ec707d013ecf765e896b8e9a
size 15086

3
addons/NVM/nvm.exe Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09c0b24ae56d26cc2aa8c1d583e5c1e58e11c425b0e899ec3124c5551e8f4373
size 8479128

View file

@ -0,0 +1,39 @@
; WARNING! DO NOT EDIT THIS FILE!
[main]
architecture = x64
category = NVM
enabled = on
license = https://github.com/coreybutler/nvm-windows/blob/master/LICENSE
license_type = MIT License (MIT)
min_windows_ver = 10.0.10240
timestamp = 1651770000
version = 1.1.12
[docs]
English = https://perldoc.perl.org/perl
[addon_env.bat]
comment = ::
destination = {root_dir}\data\cli\env_{addon_name}.bat
enabled = on
encoding = UTF8
path_separator = \
source_dir = {root_dir}\system\templates
[settings.txt]
destination = {root_dir}\addons\{addon_name}\settings.txt
enabled = on
encoding = UTF8
path_separator = \
[environment]
PATH = {root_dir}\addons\{addon_name};{root_dir}\addons\{addon_name}\nodejs;%PATH%
SYS_ARCH = 64
NVM_HOME = {root_dir}\addons\{addon_name}
NVM_SYMLINK = {root_dir}\addons\{addon_name}\nodejs

View file

@ -0,0 +1,4 @@
root: {root_dir}\addons\{addon_name}
path: {root_dir}\addons\{addon_name}\nodejs
arch: 64
proxy: none

View file

View file

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29a15718c5f6877b76141d7645231216ddf1ed0c45db1a356c10ef950ceb0c20
size 1085