create-asyra-design-app
v0.1.0
Published
⚠️ **Experimental project. APIs and structure may change before 1.0.**
Readme
create-asyra-design-app
⚠️ Experimental project. APIs and structure may change before 1.0.
Official CLI to quickly scaffold the Asra Design starter kit.
Install, create a new project, and start designing immediately—no setup required.
Features
- Installs the latest stable
asyra-designwith all dependencies (@asyra/core,@asyra/renderer) - Provides a ready-to-run template project
- Perfect for beginners or teams wanting to quickly prototype with Asra
- Safe and stable: isolated from main UI development branch
Getting Started
Prerequisites
- Node.js >= 18
- Yarn
Installation
Install globally:
npm install -g create-asyra-design-app
# or
yarn global add create-asyra-design-appCreate a New Project
yarn create asyra-design my-project
# or
npx create-asyra-design-app my-projectThis will:
- Create the
my-projectfolder - Install the official stable
asyra-designpackage - Copy the starter template with a ready-to-run index file
Start the Project
cd my-project
yarn startNow you have a fully working Asra Design environment, ready to experiment and create.
Updating the Official Starter
- The CLI always installs the latest stable version of
asyra-design - To update your project to the newest stable version:
yarn upgrade asyra-designContributing
- This repo only manages the CLI and the official starter template
- Main UI development happens in the
asyra-designrepo - To contribute to the starter template, open a PR here
License
MIT
