@neevjs/cli
v1.0.1-beta
Published
NeevJS CLI — project scaffolding and development tools
Readme
@neevjs/cli
The official command-line interface for NeevJS — the plugin-driven, offline-first React framework for business applications.
Quick Start
Scaffold a new NeevJS project in seconds:
npx @neevjs/cli init my-appProject Modes
The CLI provides an interactive prompt to choose your project architecture:
Fullstack Mode (Default) Scaffolds both a React client and a Node.js (
@neevjs/server) backend. Perfect for starting a new full-stack application from scratch with unified types and shared models.API Mode Scaffolds the React client only. Use this mode if you already have an existing backend (Laravel, Django, Go, etc.) and just want to use NeevJS for the frontend. You will be prompted to enter your API's base URL.
Hybrid Mode Scaffolds the React client with examples showing how to connect specific models to different backends simultaneously (e.g., overriding the
baseURLfor a legacy service).
Commands
init [project-name]
Initializes a new NeevJS project.
npx @neevjs/cli init my-dashboardversion
Displays the current version of the NeevJS CLI.
npx @neevjs/cli versionLicense
MIT License © 2024 Rahul Raj Kushwaha
