![]() @update > [common] ¦ rename all log.warning() in log.warn() > [core/build] ¦ [compile] support explicit extra environment variables setup ¦ [rules] support explicit extra environment variables setup @fix > [__main__] ¦ fix error log print > [core/config] ¦ fix exception raising if the configuration file does not exists |
||
---|---|---|
assets/project | ||
vxsdk | ||
README.md | ||
install.sh | ||
requirements.txt |
README.md
vxSDK
Description
vxSDK is a tool which aims to help the user to work well by using multiple commands.
Usage
vxsdk [+toolchain] [OPTIONS] [SUBCOMMAND]
Options
-v, --version Print version info and exit
--list List installed command
-h, --help Print helps information
Default sub-commands used: p, project project abstraction g, gitea package manager for Vhex's forge Gitea l, link USB abstraction d, doctor vxSDK inspector
Commands
vxsdk project
Description
Abstract project manipulation
Usage
vxsdk project <COMMAND> [OPTIONS]
Options
--list List installed command
-h, --help Print helps information
Common used commands:
n, new Create a new project
b, build Build a project
d, doctor Display all project information
a, add Add project dependency
vxsdk gitea
Description
Package manager for the Vhex's forge Gitea
Usage
vxsdk gitea [OPTIONS]
Common used commands:
s, search [NAME] Search project
i, install [NAME] Try to install a project
r, remove <NAME> Remove a project
u, update [NAME] Try to update a project