🛍️ Go to the Full Storefront Project ▶
⚡ Update Selldone CLI everytime you start using it! We have been updating it frequently every day.
npm update -g selldone-cli
Welcome to the documentation for selldone cli
, a command-line tool designed for seamless deployment of custom
storefront layouts for Selldone users. Selldone, accessible at Selldone.com, is a
comprehensive e-commerce platform that empowers businesses and individual entrepreneurs to create, manage, and grow
their online presence effortlessly.
Selldone is an innovative e-commerce solution that offers a wide range of features to facilitate online store management, sales, marketing, and much more. It provides a user-friendly interface and powerful tools to create a unique and efficient online shopping experience.
In the context of Selldone, a Layout refers to a custom storefront design. It allows users to personalize their online shop's appearance and functionality, creating a unique brand experience for their customers. To get started with a fully customizable storefront project, 🛍️ Go to the Full Storefront Project ▶.
Selldone CLI
is an essential tool for developers looking to integrate their custom Layouts into the Selldone platform.
This tool facilitates the process of building, packaging, and deploying your storefront designs onto the Selldone
platform.
Before using Selldone CLI
, ensure that you have Node.js installed on your system. The tool is designed to run on Node.js
and requires a basic understanding of JavaScript and command-line operations.
npm install -g selldone-cli
or install locally: npm install selldone-cli --save-dev
or yarn add selldone-cli --dev
npm uninstall -g selldone-cli
npm install -g .
To run selldone
, navigate to the directory containing your Vue project and execute it:
selldone
The script will guide you through the process of deploying your custom Layout. Follow the prompts to authenticate, build, and upload your project to Selldone.
- Authentication: Securely log in to your Selldone account via OAuth2.
- Build and Zip: Automatically build your project and package it into a zip file.
- Upload: Seamlessly upload your zip file to the Selldone platform.
- Version Control: Ensure that each version of your Layout is unique and properly managed.
URL: https://www.npmjs.com/package/selldone-cli
npm publish
Contributions to Selldone CLI
are welcome! If you have suggestions, improvements, or bug fixes, feel free to fork the
repository, make changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Enjoy building and deploying your custom storefronts with Selldone!
For more information about customizing your Selldone storefront, visit the Full Storefront Project.
Happy coding! 🎊