Socket
Book a DemoInstallSign in
Socket

@allanoricil/node-red-node-es-template

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allanoricil/node-red-node-es-template

template to write node-red custom nodes using ES

1.6.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

custom-node-red-node-es-template

custom-nodes

📁 Directory Structure

node-red-node-es-template/
├── assets/
│   ├── icons/
│   │   └── icon.png
│   └── locales/
│       ├── de/
│       │   ├── index.hmtl
│       │   └── index.json
│       └── en-US/
│           ├── index.html
│           └── index.json
├── dist/
│   ├── icons/
│   │   └── icon.png
│   ├── locales/
│   │   ├── de/
│   │   │   ├── index.hmtl
│   │   │   └── index.json
│   │   └── en-US/
│   │       ├── index.html
│   │       └── index.json
│   ├── index.html
│   ├── index.js
│   └── index.js.map
├── src/
│   ├── nodes/
│   │   ├── node-1/
│   │   │   ├── index.js
│   │   │   └── index.html
│   │   └── node-2/
│   │       ├── index.js
│   │       └── index.html
│   └── index.js
├── package.json
└── package-lock.json

💻 Dev Environment Requirements

ToolVersion
node>= 18
npm>= 10
docker>= 26
docker compose>= 2

📖 How to test your node

  • open a terminal in the root of this project
  • run npm install
  • run npm run docker:compose:up
  • open your browser
  • navigate to http://localhost:1880
  • verify that the pallete contains the nodes you are developing in these repository

📝 TODO

  • create a compiler to generate the html for i18n help text based on markdown
  • create a compiler for bundling the node's client side js and generate the final client side html

Keywords

node-red

FAQs

Package last updated on 24 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.