axmol/tools/cmdline
halx99 ca12633ca8
Improve cmdline
Use full path to resolve win32 exe image info
2024-09-25 23:19:17 +08:00
..
README.md Rename tools/console ==> tools/cmdline 2024-04-24 02:08:29 +08:00
axmol Add missing permision for cmdline tool 2024-04-24 02:24:42 +08:00
axmol.bat Rename tools/console ==> tools/cmdline 2024-04-24 02:08:29 +08:00
axmol.ps1 Improve cmdline 2024-09-25 23:19:17 +08:00
axmol_new.ps1 Rename tools/console ==> tools/cmdline 2024-04-24 02:08:29 +08:00
build.ps1 Fix #1911 [skip ci] 2024-05-22 01:23:28 +08:00

README.md

axmol-cmdline

Vision of axmol-cmdline

A command line tool that lets you create, run, publish, debug, etc… your game. It is the swiss-army knife for axmol.

Examples:

# starts a new project called "My Game" for multi-platform

$ axmol new MyGame -l cpp -p org.axmol.mygame

$ cd MyGame

# Will deploy the project to device and run it
$ axmol run -p android


Devel Info

Internals

axmol.ps1 is an script whose only responsability is to call its plugins. axmol.bat will invoke axmol.ps1 on windows axmol will invoke axmol.ps1 on Mac OS X and linux

To get a list of all the registered plugins:

$ axmol -h

To run the "new" plugin:

$ axmol new