mirror of https://github.com/axmolengine/axmol.git
ca12633ca8
Use full path to resolve win32 exe image info |
||
---|---|---|
.. | ||
README.md | ||
axmol | ||
axmol.bat | ||
axmol.ps1 | ||
axmol_new.ps1 | ||
build.ps1 |
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