Go to file
Yann MAGNIN b708cf6cc1 VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system
@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
2022-11-27 11:26:58 +01:00
assets/project VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system 2022-11-27 11:26:58 +01:00
vxsdk VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system 2022-11-27 11:26:58 +01:00
README.md VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system 2022-11-27 11:26:58 +01:00
install.sh VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system 2022-11-27 11:26:58 +01:00
requirements.txt VxSDK - 0.12.0-27 : fix configuration file + preparation for CMake build-system 2022-11-27 11:26:58 +01:00

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

Description

Usage

Options

Common used commands: