1.0.3 • Published 1 year ago

nz_installer v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

nz_installer

Library for downloading zip and unpackaging app to given folder

Example of install.js

import Installer from 'nz_installer'

const url = 'https://dropbox.com/scl/fi/9vh2kv07okqe4mj205mhh/RELEASE.zip?rlkey=flpjb7sgat8s91gd0ewhtz1ya&st=lkcre4p7&dl=1';

const MyInstaller = new Installer();

MyInstaller.runInstall(url, 'RELEASE.zip');

and run in terminal

node install.js

Links

Github

npm

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago