bigcommerce

Node to interface with Bigcommerce

Package Information

Released: 7/22/2024
Downloads: 38 weekly / 92 monthly
Latest Version: 1.7.0

Documentation

n8n-nodes-bigcommerce

Release

The standard release command for this project is:

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]

This command will:

  1. Generate/update the Changelog
  2. Bump the package version
  3. Tag & pushing the commit
  4. Publish the package to NPM (assuming you are logged in to NPM and have the correct access)

e.g.

npm version 1.2.17
npm version patch // 1.2.17 -> 1.2.18

Dev

To run n8n with this package during development, the built package must be inside the n8n's node_modules:

docker run -p5678:5678 -v "$PWD":/usr/local/lib/node_modules/n8n/node_modules/@5stones/n8n-nodes-bigcommerce n8nio/n8n

Discussion