Skip to content

loeiks/wixn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Install and Remove multiple NPM packages at the same time with `wixn` for Wix websites via `wix-cli`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors