1.0.2 • Published 5 months ago

simpli-marketplacev1 v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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:

  1. Navigate to your project directory:

    cd my-new-project
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

License

MIT

1.0.2

5 months ago

1.0.1

5 months ago