Installation
moon-spa requires Python 3.10+.
Install via pip
pip install moon-spa
Verify
moon-spa --help
Expected output:
usage: moon-spa [-h] {serve,create} ...
Optional: VS Code extension
Install the LSPA extension for syntax highlighting and editor support:
Optional: virtual environment
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install moon-spa
What gets installed
The package ships with:
moon-spaCLI —createandservecommandsSpaFramework— the Python APImoon_template/— a starter project copied when you runmoon-spa create