Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bonsae/create-nrg

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonsae/create-nrg

Scaffold a new NRG project for Node-RED

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

nrg-icon

npm package build status

create-nrg

Scaffold a new NRG project for Node-RED.

Usage

pnpm create @bonsae/nrg my-project
npm create @bonsae/nrg my-project
npx @bonsae/create-nrg my-project

The CLI will prompt you for:

  • Project name
  • First node name
  • Node category
  • Node color (hex, default #1A1A1A)
  • Node inputs (0 or 1)
  • Node outputs

Generated project structure

my-project/
├── .vscode/extensions.json
├── .husky/
├── .gitignore
├── .prettierrc.json
├── eslint.config.js
├── commitlint.config.js
├── package.json
├── tsconfig.json
├── vite.config.ts
└── src/
    ├── server/
    │   ├── index.ts
    │   ├── nodes/<node>.ts
    │   ├── schemas/<node>.ts
    │   └── tsconfig.json
    ├── locales/
    │   ├── labels/<node>/en-US.json
    │   └── docs/<node>/en-US.md
    ├── icons/
    └── examples/

License

MIT

Keywords

node-red

FAQs

Package last updated on 10 May 2026

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