You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If before the idea was to keep the "building parts" under the responsibility of the redbean tool (see #33)
we are now integrating those parts into the redtamarin driver
This does not make redbean obsolete, both tools have their own needs.
Also, for now it is not the goal of the redtamarin driver to manage packages, libraries and other tools
this is still under the distro tool responsibility (see #34).
The redtamarin driver like nay other tools of the SDK will also follow CLI best practice (see #188)
but because it is a "driver" it will offer multiple commands (for example: "run", "build", etc.)
Which commands exactly is yet TBD, will evolve depending on the needs.
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: