ALMS CLI - Beautiful project scaffolding tool for AI-first backends
Project description
ALMS CLI
Beautiful project scaffolding tool for AI-first backends.
Installation
Install via pip (Global)
pip install alms-cli
Install via uv (Recommended)
uv pip install alms-cli
Run without installing (like uvx)
uvx --from alms-cli alms init my-project
Usage
Create a new project
alms init my-project
Create a project non-interactively
alms init my-project --no-interactive
Show project information
alms info
Features
- Beautiful terminal UI with Rich
- Interactive prompts with Questionary
- Complete ALMS project scaffolding
- Feature selection (Database, Redis, AI Agents, Observability, Docker, CI/CD)
- Progress indicators and status updates
Development
Local development
cd cli
uv sync
uv run alms
Build package
cd cli
uv pip install build
uv run python -m build
Publish to PyPI
# Install twine
uv pip install twine
# Upload to PyPI
twine upload dist/*
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alms_cli-0.1.3.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
alms_cli-0.1.3-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file alms_cli-0.1.3.tar.gz.
File metadata
- Download URL: alms_cli-0.1.3.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
740179720ba46afa78282d4ff75f4c823dd6297e0477470339c3197f04368b98
|
|
| MD5 |
9d410e71aefb80b66673895eca8d03c3
|
|
| BLAKE2b-256 |
d0488b23706eda81335e34089d569a6ca85f07ad42d7c69f19608420d37868f6
|
File details
Details for the file alms_cli-0.1.3-py3-none-any.whl.
File metadata
- Download URL: alms_cli-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35c1eba2ebbff726c5dc0e4e8155ee485e9f53ce56e94133100b66c1facc5c74
|
|
| MD5 |
b692b95016844cbfbefa97ea0d27b962
|
|
| BLAKE2b-256 |
896e426c5120050bf940c5c26bf07d10fd43a7d62fe6ecbb093a2b610aeb6afd
|