0.1.6 • Published 3 months ago

n8n-nodes-zuribase v0.1.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 months ago

n8n-nodes-zuri

Adding Zuri specific nodes for

  • CoreSense
  • Houzz
  • Magento 2 Commerce (Zuri Magento 2)
  • NetSuite
  • Tempus
  • ZuriTCV

My local build

Install npm/node(/nvm if needed) in home directory Install n8n

nvm install 18
npm install n8n -g

clone the repo to get your local build in your local project:

npm install
npm run build
npm link
export N8N_LOG_LEVEL=debug
export N8N_LOG_OUTPUT=console,file
export N8N_LOG_FILE_LOCATION=~/n8n.log
export EXECUTIONS_PROCESS=main

link your module project to your n8n install

cd ~/.n8n/
mkdr custom
cd custom
npm init
npm link n8n-nodes-zuribase

Start local n8n to test

n8n start -o

Production deployment:

  • Make sure version number is correctly updated
npm publish

git pullgit

License

Apache 2.0 with Commons Clause

0.1.6

3 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago