Professional Django scaffolder with Cyberpunk TUI
Project description
🚀 AJO - Professional Django Scaffolder
AJO (Advanced Java Orchestrator) - The ultimate Django project generator with Cyberpunk TUI
✨ Features
- 🚀 Lightning Fast - Powered by
uvpackage manager - 🎨 Stunning TUI - Cyberpunk theme with Nerd Font icons
- 🗄️ Multi-Database - SQLite, PostgreSQL, MySQL support
- 🐙 GitHub Integration - Auto-create repos and push
- 🔄 CI/CD Ready - GitHub Actions with Ruff linter
- 📦 Multiple Apps - Create unlimited Django apps
- 🔒 Security First - Auto .env with SECRET_KEY
📦 Installation
Option 1: pip (Any OS)
# with pipx (recommended)
pipx install ajo-cli
# whith pip
pip install ajo-cli
# Or with uv (recommended)
uv tool install ajo-cli
Option 2: AUR (Arch linux)
# Install globally
yay -S ajo-cli
# Using paru
paru -S ajo-cli
Create new Django project
ajo
Inside Django project, run smart commands
ajo
Then choose from: runserver, makemigrations, migrate, etc.
completions/ajo.bash
_ajo_completion() { local cur=${COMP_WORDS[COMP_CWORD]} COMPREPLY=($(compgen -W "help version" -- $cur)) } complete -F _ajo_completion ajo
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
ajo_cli-3.0.0.tar.gz
(57.1 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
ajo_cli-3.0.0-py3-none-any.whl
(70.4 kB
view details)
File details
Details for the file ajo_cli-3.0.0.tar.gz.
File metadata
- Download URL: ajo_cli-3.0.0.tar.gz
- Upload date:
- Size: 57.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dd3d42d88acfda34c676a4e3fc3533432e856dae7b1e2f61d01b38f38677f7f
|
|
| MD5 |
664dbb9f2bf07c264b38ab631c5995c0
|
|
| BLAKE2b-256 |
65c9b2b5956f449d50f5245b4d679da5baafec602d1a4b54df300c32cd4ebe1b
|
File details
Details for the file ajo_cli-3.0.0-py3-none-any.whl.
File metadata
- Download URL: ajo_cli-3.0.0-py3-none-any.whl
- Upload date:
- Size: 70.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83741198598c024d793a3ad978b1d05bc11ff746aca0801b5c29d2b4d6742d51
|
|
| MD5 |
ffd3cc1130e158e24daf9d138336bb04
|
|
| BLAKE2b-256 |
eb1d4a063d162a28253b0f094c027c721099f893e86362b22162328259ed118b
|