Package Information
Released: 5/29/2020
Downloads: 0 weekly / 8 monthly
Latest Version: 0.1.3
Author: Thiago Passos
Documentation
a9-automation-n8n-nodes

Module for A9 Automation n8n nodes.
Debuging / Dev
Every time n8n starts, it will check USER_HOME\.n8n\custom folder looking for custom nodes. In this project, there is a gulp task to copy the dist folder to n8n home directory, but you have to restart n8n service every build.
Steps:
hack hack hack
run
$ npm run build
- restart n8n service. (*)
(*) Make sure n8n project doesn't have a9-nodes packages installed as a package.
Publishing
Change package version (always to a higher number)
If it's a new node, don't forget to add its path in the packages.json file. (n8n > nodes)
publish in npm using thiago's credential (thiagopxp@gmail.com / well known password)
npm publish
- update n8n project to use the published version.

