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

@spree/cli

v1.2.0

Published

Spree's CLI that allows for setting up the store with selected backend template and front-end integration

Downloads

4

Readme

Spree CLI

Spree CLI is a tool that makes it easy to bootstrap a new Spree project. It provides an interactive process for configuring Spree backend (running in Dockerized, Hybrid or Native mode) and a selection of available frontends.

Dependencies

Node 14+ is required to run the CLI. Depending on the chosen Spree setup, you will have to install different dependencies first:

Spree (dockerized)

  • docker >= 20.0
  • docker-compose

Spree (no docker)

  • ruby = 3.2.0
  • vips >= 8.6
  • gpg
  • psql
  • redis

Spree (hybrid)

  • docker >= 20.0
  • docker-compose
  • ruby = 3.2.0
  • vips >= 8.6
  • redis (only needed for running rspec tests)

Vue Storefront

  • node >= 14.15 <= 14.19
  • yarn

Next.js Commerce

  • node >= 13.0
  • yarn

Usage

To get started, simply run the following command in your terminal:

npx @spree/cli new app

This will launch the interactive process that will guide you through the process of setting up a new Spree-based store.

In order to start the already generated app, navigate to your project's folder and run the following command:

npx @spree/cli start app

Happy hacking!

Troubleshooting

1. NextJS storefront doesn't start properly

If the Storefront doesn't start you need to relaunch server manually. To do so you should navigate to /integration folder inside created project and type yarn dev into console.

2. NextJS storefront stops during launch

In case if the server is randomly stopping during launch it is advised to stop it (for example with ctrl + c) and repeat steps mentioned above.

If you have encountered any other problem with NextJS you can also refer to NextJs docs: https://github.com/vercel/commerce

Overview

This repository contains CLI to integrate Spree and storefront of your choice

This repository is being developed and maintained by Upside