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.5.tar.gz
(14.5 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.5-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file alms_cli-0.1.5.tar.gz.
File metadata
- Download URL: alms_cli-0.1.5.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c00fdfa8380cd87784d2137ff503596aad14019d3d17f29de1dd000cb90c59e7
|
|
| MD5 |
a819cde7542109738b4aeba2f9c2db35
|
|
| BLAKE2b-256 |
dc427f747211f42d2a644744604feac2078218145730a902289834fbe4bc9354
|
File details
Details for the file alms_cli-0.1.5-py3-none-any.whl.
File metadata
- Download URL: alms_cli-0.1.5-py3-none-any.whl
- Upload date:
- Size: 17.4 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 |
3347fa76de7e709b241dfbde998ecb7c3ce7c70c88d385607252fd159d8b6f42
|
|
| MD5 |
509f7e39a5317f3e10b1dba45a17117e
|
|
| BLAKE2b-256 |
cea8deb8b3e3e0e79633d33f5ad634137035cadf150ab4417f91c4b51092f7e2
|