Socket
Book a DemoInstallSign in
Socket

epicshop

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epicshop

The `epicshop` CLI installs, runs, and updates Epic Workshop repositories on your machine.

latest
Source
npmnpm
Version
6.50.0
Version published
Weekly downloads
272
-75.76%
Maintainers
1
Weekly downloads
 
Created
Source

epicshop

The epicshop CLI installs, runs, and updates Epic Workshop repositories on your machine.

It’s the recommended entry point for learners.

Install

npm install -g epicshop

Or run without installing:

npx epicshop init

Usage

First-time setup

epicshop init

Start a workshop

Inside a workshop directory:

epicshop start

Or start a specific workshop you’ve added:

epicshop start <workshop>

Helpful commands

  • epicshop add <repo-name> [destination]: clone a workshop from the epicweb-dev GitHub org
  • epicshop list: list your workshops
  • epicshop open: open a workshop in your editor
  • epicshop update: pull the latest workshop changes
  • epicshop warm: warm caches for faster workshop startup

Environment variables

  • EPICSHOP_APP_LOCATION: path to the @epic-web/workshop-app directory
  • EPICSHOP_EDITOR: preferred editor for epicshop open
  • NODE_DEBUG: debug logging (see repo docs)

Programmatic usage

This package also exports ESM entrypoints:

import { start } from 'epicshop/start'
import { update } from 'epicshop/update'
import { warm } from 'epicshop/warm'

Documentation

  • CLI docs: https://github.com/epicweb-dev/epicshop/tree/main/docs/cli.md
  • Debug logging: https://github.com/epicweb-dev/epicshop/tree/main/docs/debug-logging.md

License

GPL-3.0-only.

FAQs

Package last updated on 11 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts