create-asra-design-app
v0.1.0
Published
Official CLI to quickly scaffold the **Asra Design** starter kit. Install, create a new project, and start designing immediately—no setup required.
Downloads
4
Readme
create-asra-design-app
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
asra-uiwith all dependencies (@asra/core,@asra/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-asra-design-app
# or
yarn global add create-asra-design-appCreate a New Project
yarn create asra-design my-project
# or
npx create-asra-design-app my-projectThis will:
- Create the
my-projectfolder - Install the official stable
asra-uipackage - 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
asra-ui - To update your project to the newest stable version:
yarn upgrade asra-uiContributing
- This repo only manages the CLI and the official starter template
- Main UI development happens in the
asra-uirepo - To contribute to the starter template, open a PR here
License
MIT
