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.1.tar.gz
(14.7 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.1-py3-none-any.whl
(17.6 kB
view details)
File details
Details for the file alms_cli-0.1.1.tar.gz.
File metadata
- Download URL: alms_cli-0.1.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ad03d8757c52ed4baa053db42e10725f4afc50c79cfdf01d49d552c2c3da58
|
|
| MD5 |
06c05503908b71f725d887fd0f20ea08
|
|
| BLAKE2b-256 |
d02cb2a5a391a78dff0d3b197f4c88a9fd3868010971ab39f67a42a9b0143b98
|
File details
Details for the file alms_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alms_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.6 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 |
9c4b8ad30c86f7d1f030acc0d648187e33b16bd3f2d74fa957a200760ece3a57
|
|
| MD5 |
439849642797eb444c10f1cd3d38317c
|
|
| BLAKE2b-256 |
0273ea474218d8bc384e8379a908923f2dae666f958ea781a66397baba02a271
|