-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redtamarin driver #203
Comments
The Redtamarin CLI is included with the Redtamarin SDK it does not update the same way as the other tools, eg. latest SDK install the latest CLI The
|
If before the idea was to keep the "building parts" under the responsibility of the This does not make Also, for now it is not the goal of the |
The Which commands exactly is yet TBD, will evolve depending on the needs. |
Because the But as we distribute it with the Redtamarin SDK we document the project here. |
The Redtamarin command-line interface is a cross-platform toolchain for developing, building, running, and publishing ActionScript 3.0 applications.
The driver is named
redtamarin
and has two responsibilitiesThe CLI command structure consists of the driver (
redtamarin
), the command, and possibly command arguments and options.for example:
$ redtamarin program.abc
$ redtamarin library.abc program.abc
$ redtamarin --debugger program.abc
$ redtamarin build --output bin-release/helloworld
etc.
The text was updated successfully, but these errors were encountered: