Socket
Book a DemoInstallSign in
Socket

wixn

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wixn

Basic tool to install, update and uninstall multiple NPM packages at the same time with `wix` CLI.

latest
Source
npmnpm
Version
1.4.1
Version published
Weekly downloads
3
-25%
Maintainers
1
Weekly downloads
 
Created
Source

wixn

This is a simple tool to let you easily install and uninstall multiple NPM packages for your Wix websites. Example usage;

npx wixn i/install/add moment lodash axios @wix/stores
npx wixn rm/remove/uninstall axios lodash

You can install with the following commands;

  • install
  • add
  • i

You can uninstall with the following commands;

  • uninstall
  • remove
  • rm

How it Works?

wixn runs install or uninstall commands in parallel, it uses npm install and npm uninstall instead of wix install/uninstall this makes process faster but to apply changes on Wix wix install has to run. So wixn runs wix install command at the end and apply changes.

If you only need the autocompletions etc at the current moment you can use --nx flag and skip wix install command in the end. But before you preview or deploy changes you should run wix install to apply changes also for Wix.

Keywords

loeiks

FAQs

Package last updated on 06 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts