🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nexus_js/cli

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexus_js/cli

Nexus CLI — create, develop and build Nexus applications

latest
Source
npmnpm
Version
0.9.32
Version published
Maintainers
1
Created
Source

Nexus CLI (nexus, create-nexus)

Command-line tools for Nexus — the full-stack web framework with islands architecture, Svelte 5 runes, and server actions.

Install

pnpm add -D @nexus_js/cli
# or
npm install -D @nexus_js/cli

Global install (optional):

npm install -g @nexus_js/cli

Commands

CommandDescription
nexus devStart the development server with HMR
nexus buildProduction build
nexus startRun the production server
nexus studioOpen Nexus Studio (dev dashboard)
nexus routesPrint the route manifest
nexus checkTypeScript check
create-nexus <name>Scaffold a new project

New project

Recommended (works as long as @nexus_js/cli is on npm):

npm exec --package=@nexus_js/cli@latest -- create-nexus my-app
pnpm dlx --package=@nexus_js/cli@latest create-nexus my-app

Shorthand pnpm create @nexus_js/nexus needs @nexus_js/create-nexus published; if you get 404, use the commands above.

After @nexus_js/create-nexus exists on npm:

npm create @nexus_js/nexus@latest my-app
pnpm create @nexus_js/nexus my-app
npx @nexus_js/create-nexus@latest my-app
npm install -g @nexus_js/cli
create-nexus my-app

See the full documentation for configuration, routing, .nx components, and deployment.

License

MIT © Nexus contributors

Keywords

nexus

FAQs

Package last updated on 10 Jun 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