0.0.1 ⢠Published 8 months ago
nrlg v0.0.1
node-red-apxc-lib-node-gen alias nrlg
tool Generator project for build Node-RED Nodes lib
by Alessio Pellizzaro alessio.pellizzaro@apserial.it - Italy
Generation files
this tool generate a base strocture for make a Node-RED node lib, the schema it's a equal of APXC Template Nodes Library for Node-RED
usage
npx nrlg [projectName]
example Output
š node-red-apxc-lib-node-gen alias nrlg - v0.0.1
š¤ tool Generator project for build Node-RED Nodes lib
š§āš» by Alessio Pellizzaro <alessio.pellizzaro@apserial.it> - Italy
ā Name of Project? mynodes
mynodes
ā Yuor Name? (nametag) apxc
apxc
ā the number of port to expose Node-Red on Your System? 1880
1880
ā Do you have test? no
false
š Path Created: /mynodes/nodes/input
š Path Created: /mynodes/nodes/configs
š Path Created: /mynodes/utils
š Path Created: /mynodes/examples
š - File Created: /mynodes/README.md
š - File Created: /mynodes/.gitignore
š - File Created: /mynodes/docker-compose.yml
š - File Created: /mynodes/AUTHORS.txt
š - File Created: /mynodes/CHANGELOG.md
š - File Created: /mynodes/LICENSE
š - File Created: /mynodes/package.json
š - File Created: /mynodes/nodes/configs/my-configs-node.js
š - File Created: /mynodes/nodes/configs/my-configs-node.html
š - File Created: /mynodes/nodes/input/my-input-node.js
š - File Created: /mynodes/nodes/input/my-input-node.html
š - File Created: /mynodes/utils/support.js
Completed! š
next steps:
cd mynodes
npm install
docker compose up
npm run update
Run make your code! š
0.0.1
8 months ago