npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

selldone-cli

v1.0.16

Published

It's for ecommerce developers.Use this CLI to deploy your custom storefront layout to Selldone.

Downloads

46

Readme

npm version License

Selldone CLI

🛍️ 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

Introduction

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 Business OS Dev Kit

What is Selldone?

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.

What is a Layout?

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 ▶.

Using Selldone CLI

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.

Prerequisites

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.

Installation

npm install -g selldone-cli

or install locally: npm install selldone-cli --save-dev or yarn add selldone-cli --dev

Local installation (Dev mode)

npm uninstall -g selldone-cli
npm install -g .

Usage

To run selldone, navigate to the directory containing your Vue project and execute it:

selldone

Run selldone cli screenshot

Success deploy message

Success deploy message

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.

Features

  • 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.

Publish Package

URL: https://www.npmjs.com/package/selldone-cli

npm publish

Contributing

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.

License

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! 🎊