Skip to content

Automatic NW.js versions downloader and installer for CrossCode

License

Notifications You must be signed in to change notification settings

krypciak/cc-nwjs-manager

Repository files navigation

Automatic NW.js versions downloader and installer for CrossCode

Screenshot of the mod's options page

Api

nwjsManager.install('0.35.5', /* sdk */ true)
nwjsManager.install('0.72.0', /* not sdk */ false)
nwjsManager.ensureVersion('0.72.0') /* if current NW.js version < 0.72.0 then install 0.72.0 */

Building

git clone https://github.com/krypciak/cc-nwjs-manager
cd cc-nwjs-manager
pnpm install
pnpm run start
# this should return no errors (hopefully)
npx tsc