init-nexsus-app
v1.1.3
Published
create nexus apps with cna stable version template ( new Object-c support for Mac-os)
Downloads
64
Maintainers
Readme
📦 What is this?
create-next-nexus-app is a CLI tool that generates a full-stack, native-aware desktop app template built with:
- React for the frontend UI
- Electron for cross-platform desktop integration
- NexusJS for native system API access using:
- ✅ Objective-C (macOS) — auto-compilation supported
- ✅ Python (cross-platform) — runs instantly
- ⚠️ C++ — manual setup with precompiled binaries
🚀 Getting Started
📥 Create a new app
npx create-next-nexus-app my-app
cd my-app
npm install