New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

create-kusto-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kusto-app

Scaffold a new Express.js-Kusto project.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
15
Maintainers
1
Weekly downloads
 
Created
Source

create-kusto-app

Scaffold a new Express.js-Kusto project in one command.

Usage

npm create kusto-app@latest my-app
# or
npx create-kusto-app my-app
# or
pnpm create kusto-app my-app
# or
yarn create kusto-app my-app

You'll be asked for a project directory, which extensions to enable (e.g. React), your package manager, and whether to install dependencies and initialize git.

Options

create-kusto-app [directory] [options]

  --react               enable the React extension
  --no-install          skip dependency installation
  --no-git              skip git initialization
  --pm <npm|pnpm|yarn>  force a package manager (default: auto-detect)
  --ref <branch|tag>    template git ref to download (default: main)
  -y, --yes             accept all defaults, no prompts
  -h, --help            show help
  -v, --version         print version

What you get

  • The Express.js-Kusto backend framework (TypeScript, convention-based routing, multi-DB Prisma, CRUD generator).
  • Optionally, a minimal working React page wired through the @expressjs-kusto/react extension. Its dependencies (react, react-dom, react-router-dom, lucide-react, @expressjs-kusto/react) are pinned to their latest published versions at scaffold time — if the npm registry is unreachable, the template's bundled versions are kept.

Requirements

Node.js >= 20.

License

ISC

Keywords

kusto

FAQs

Package last updated on 15 Jul 2026

Related posts