-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
externalrelated to external projectrelated to external projectredtamarin-cliThe Redtamarin command-line interfaceThe Redtamarin command-line interface
Description
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 responsibilities
- running a redshell dependent app
- executing a command
The 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.
Metadata
Metadata
Assignees
Labels
externalrelated to external projectrelated to external projectredtamarin-cliThe Redtamarin command-line interfaceThe Redtamarin command-line interface