New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@bettaibi/create-node-starter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettaibi/create-node-starter

node starter cli

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@bettaibi/create-node-starter (in progress)

An interactive CLI tool to quickly scaffold a TypeScript-based Node.js project with your choice of framework: Express, Fastify, or Koa.

📦 Installation & Usage

You don’t need to install it globally — just run:

npx @bettaibi/create-node-starter

Example

$ npx @bettaibi/create-node-starter
🚀 Create Node App (v1.0.0)
? Where should we create the project? ./my-app
? Choose a Node.js framework: (Use arrow keys)
❯ express
  fastify
  koa

📦 Using template: bettaibi/node-starter-template/express#v1.0.0
✔ Base framework files copied!
📥 Installing dependencies...
🎉 Done! Your express project is ready:
  cd my-app
  npm run dev

Keywords

node cli

FAQs

Package last updated on 13 Aug 2025

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