Skip to content

jams777/mxos-cube3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reimplemented mxos-cube as Python3

Reimplemented MXCHIP's mxos-cube as Python3.
MXCHIP's mxos-cube can be found here.

Introduction

MXOS cube is the name of the MXCHIP MXOS command-line tool for python3, packaged as mxos-cube3.

MXOS Cube enables Git-based version control, dependencies management, code publishing, support for remotely hosted repositories, use of the MXCHIP MXOS build system and export functions and other operations.

For Python2

MXCHIP's mxos-cube can be found here.

Command List

Command Description
new Creates a new mxos program if executed within a non-program location. Alternatively creates a mico component if executed within an existing program.
import Import program from URL
add Add component from URL
remove Remove component
deploy Find and add missing components and source codes
source Get the source code of one library
publish Publish program or component
update Update to branch, tag, revision or latest
sync Synchronize mico component references
ls View dependency tree
status Show version control status
make Make mico program/component
config Tool configuration
lib Compile library in current directory
help Help screen
upgrade Upgrade mxos-Cube

Example

Micoder Setting :

d:\> mxos config --global MICODER D:\MiCoder

config list confirm :

d:\> mxos config --list

compile :

d:\> mxos make ....

License

SPDX-License-Identifier: Apache-2.0

Author

email : jams7777@gmail.com
Github : JiamSeo
facebook : Jiam Seo
linkedin : JIAM SEO

Releases

No releases published

Packages

No packages published

Languages