Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 807 Bytes

README.rst

File metadata and controls

43 lines (24 loc) · 807 Bytes

rasta.ecommerce

Scaffold your custom ecommerce solution

Description

A longer description of your project goes here...

Virtual environments

This project comes with pipenv files to enable you to spin up a working environment with lowest effort. With pipenv installed just use it like:

  • launch into interactive shell: > pipenv shell
  • run single command > pipenv run COMMAND

Usage and CLI Options

Example Usage

▶ pipenv shell

Launching subshell in virtual environment…

.local/share/virtualenvs/rasta.ecommerce-XYZ123/bin/activate

▶ python src/rastaecommerce/cli.py --project "awesome webshop" -d www.awesome-webshop.com -vv create

Note

Alpha status