0.0.1 • Published 8 months ago

nrlg v0.0.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
8 months ago

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