create-imbrace-app
v1.0.0
Published
A develop app with imbrace boilerplate
Readme
Boilerplate CLI
A simple command-line tool to scaffold a new Node.js project from the [boilerplate] repository. It clones the repo, installs dependencies (using --legacy-peer-deps), and gets you up and running in seconds.
Features
- One-step setup: clone + install deps automatically
- Zero-config: sensible defaults for local development
- NPX-powered: no global installs required
Prerequisites
- Node.js v14 or higher
- npm (v6 or higher)
- Git installed and on your
PATH
🚀 Quick Start
1. Scaffold a new project with NPX (no install required)
npx create-imbrace-app <project-name>2. Running your new project
cd <project-name>
npm run dev