2.0.0 • Published 6 months ago
@jarvis-catalyst/create-custom-app v2.0.0
jarvis-quickstart
A zero-dependency CLI to scaffold your custom React starter from a bundled template.
Prerequisites
- Node.js 20 or later
Usage
# using npx (no install required)
npx @jarvis-catalyst/create-custom-app my-app
<project-name>
defaults tomy-app
if you omit it.
Example
npx @jarvis-catalyst/create-custom-app demo-app
# 📦 Scaffolding into "demo-app"…
# ✅ Done!
cd demo-app
npm install
npm run dev
IMPORTANT
Don't modify the files inside /core folder