This is a simple tool to let you easily install and uninstall NPM packages for your Wix websites. Example usage;
npx wixn i moment lodash axios
npx wixn rm lodash
You can install with the following commands;
- install
- i
You can uninstall with the following commands;
- remove
- uninstall
- rm
You can install or uninstall one or multiple packages with single command.
I'm working on parallel execution to speed up the process. For now it's handling one by one.