Ymvas — handle your life like a developer!
ymvas turns every git repository into a self-contained "life project". It
ships a lightweight CLI (ym) for scaffolding repos, managing servers,
browsing tasks and syncing — plus per-repo custom commands written in Python or
shell.
Installation
pip3 install ymvas
Or via the system base installer:
curl -sL https://docs.ymvas.com/vas/ymvas/install-unix.bash | bash
Usage
ym <command> [action] [flags]
| command | actions | notes |
|---|---|---|
init |
- | scaffold a repo: templates local/main/account; --template, --bare, --access (json), --into-parent |
config |
show, designate, set, get, del, completions |
manage ~/.config/ymvas/config.yaml; `completions <bash |
server |
setup, backup, ping, restore, compile |
user auth, backups, static compilation |
task |
get, list |
browse project tasks |
sync |
- | push submodules then the current repo |
Global flags: -h/--help, -v/--version, -w/--workspace, -s/--src.
Both --flag=value and --flag value are accepted.
Custom commands
Drop an executable script into .ymvas/commands/ (.py, .bash, .sh) and
it becomes a top-level ym <cmd>. Exec-only commands (no script file) can be
declared in .ymvas/settings/commands.yaml:
custom:
drop-env:
exec: 'rm -r "$HOME/.config/ymvas"'
Scripts receive everything typed after the command name as extra arguments and flags:
ym mycommand --verbose extra-arg
They also get the repository root exported as an environment variable,
ROOT_DIRECTORY (legacy alias: YMVAS_DIRECTROY).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file ymvas-1.5.13.tar.gz.
File metadata
- Download URL: ymvas-1.5.13.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f9c42f4510bd7fb450ca3b3eea3d0e6cec9eea66a228289e1d1b0bb67855cfb
|
|
| MD5 |
066176d600af0bf074d0456afd6b1a24
|
|
| BLAKE2b-256 |
76158ea783b67189a584a8cb0554ada27f896652abf944085f03a1b0210ecfb5
|
File details
Details for the file ymvas-1.5.13-py3-none-any.whl.
File metadata
- Download URL: ymvas-1.5.13-py3-none-any.whl
- Upload date:
- Size: 50.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8feb8ad6511694dfc52664bc418ae666bd95575835086f6c4e8cf038ad516a18
|
|
| MD5 |
05b4b0b4a8282b019b4124197d1df20d
|
|
| BLAKE2b-256 |
c53b5c12385f9dc019dbddb5c72b07e363f87b47df77aebd369a9a4288b0d655
|