1.0.2 • Published 5 months ago
simpli-marketplacev1 v1.0.2
simpli-marketplacev1
A CLI tool to quickly create new Simpli marketplace projects based on the official template.
Usage
npx simpli-marketplacev1 my-new-project
This command will:
1. Create a new directory called my-new-project
2. Clone the Simpli marketplace template into it
3. Remove the Git history to start fresh
4. Provide next steps for setup
Requirements
- Node.js 14 or higher
- Git installed on your system
- npm or yarn package manager
Next Steps After Creation
After creating your project:
Navigate to your project directory:
cd my-new-project
Install dependencies:
npm install
Start the development server:
npm run dev
License
MIT