npm.io
0.1.2 • Published 21h agoCLI

nova-stack

Licence
MIT
Version
0.1.2
Deps
12
Size
502 kB
Vulns
1
Weekly
0

nova-stack (CLI)

The NovaJS CLI (nova-stack) provides the primary interface for creating, developing, building, and managing NovaJS applications.

Usage

npx nova-stack create my-app
cd my-app
npx nova-stack dev

Commands

Command Description
nova create <name> Scaffold a new NovaJS project
nova dev Start the development server with HMR
nova build Build for production
nova start Start the production server
nova lint Run ESLint on the project
nova doctor Check project and system configuration
nova info Display project information
nova --version Show version
nova --help Show help

Options

Flag Description
--verbose Enable verbose logging
-y, --yes Skip prompts (use defaults)
-h, --help Display help
-v, --version Show version