simpli-marketplacev1
v1.0.2
Published
CLI tool to clone and setup Simpli marketplace template projects
Downloads
2
Maintainers
Readme
simpli-marketplacev1
A CLI tool to quickly create new Simpli marketplace projects based on the official template.
Usage
npx simpli-marketplacev1 my-new-projectThis command will:
- Create a new directory called
my-new-project - Clone the Simpli marketplace template into it
- Remove the Git history to start fresh
- 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-projectInstall dependencies:
npm installStart the development server:
npm run dev
License
MIT
