Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

chessbr/shuup-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuup CLI

A Command Line Interface (CLI) to create Shuup addons projects in an easy way.

Usage

Install globally:

npm i -g shuup-cli

Create your project folder:

mkdir my_addon
cd my_addon/

Run the CLI and optionally pass the output dir:

shuup-cli [output-dir]

Follow the steps to create your base Shuup addon or project.

Supported templates

  • Blank Shuup Project
  • Generic addon (can be anything, just a base structure)
  • Simple Xtheme Theme
  • Shipping Method
  • Celery configuration for Shuup Project

Copyright

Copyright (C) 2019 by Christian Hess

License

MIT