create-horizonstorefront-app
v2.0.9
Published
A CLI tool to help you get started with Horizon Storefront. Supports both GitHub and Bitbucket repositories with optional Vercel integration.
Readme
Create HorizonStorefront App
A CLI tool to help you get started with Horizon Storefront. After running this command, you will have a fully functional Horizon Storefront project with your choice of repository platform and optional deployment integration.
Features
- 🚀 Multiple Repository Platforms: Support for both GitHub and Bitbucket repositories
- 🌿 Custom Branch Selection: Choose any starting branch (defaults to 'main')
- 🔧 Optional Vercel Integration: Choose whether to set up Vercel deployment or just create a local project
- 🏪 Multiple E-commerce Platforms: Support for Magento, BigCommerce, and Medusa
- ⚙️ Automated Configuration: Automatic environment setup and npm registry authentication
Usage
npx create-horizonstorefront-appThe CLI will guide you through:
- Vercel Choice: Decide if you want Vercel integration or just a local project
- Repository Platform: Choose between GitHub or Bitbucket
- Branch Selection: Select the branch to clone from (default: main)
- Framework Selection: Choose your e-commerce platform (Magento/BigCommerce/Medusa)
- Configuration: Set up environment variables and project structure
What You Get
- A fully configured Horizon Storefront project
- Proper npm registry authentication
- Framework-specific configuration
- Environment variable templates
- Git repository initialization
- Optional Vercel deployment setup
