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
Release history Release notifications | RSS feed
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.9.tar.gz
(22.6 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.9-py3-none-any.whl
(46.8 kB
view details)
File details
Details for the file alms_cli-0.1.9.tar.gz.
File metadata
- Download URL: alms_cli-0.1.9.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d26d5a58047a23ecab698f96b4cdbf0235412041b5296bccbe21af5eb2e7df4
|
|
| MD5 |
238ac7db6434e23df90653c5967cd7e2
|
|
| BLAKE2b-256 |
9296f65a817052b77043440330bfb83f946814c35757c6d40c43ec439392908d
|
File details
Details for the file alms_cli-0.1.9-py3-none-any.whl.
File metadata
- Download URL: alms_cli-0.1.9-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31869d5a1ce089ed4d58e47cb658c3c939fadfcb7c3ed3e24fff970447489502
|
|
| MD5 |
8ce92aeffa26d76e1ab478633dbfa854
|
|
| BLAKE2b-256 |
c8fdf5f662318e13b423c43072e7e93bcac10fc41bdc96d123f54d4de669ad35
|