@5stones/n8n-nodes-bigcommerce
v1.7.0
Published
Node to interface with Bigcommerce
Downloads
104
Readme
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:
- Generate/update the Changelog
- Bump the package version
- Tag & pushing the commit
- 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