Group: Ceylon Build Tasks
1.Ceylon Build Command Line Platform Tasks Module1 usages
ceylon.build.tasks » commandline
This modules provides functions to execute commands.
The following example will create a task that when called will execute `git pull` command.
Last Release on Feb 13, 2021
2.Ceylon Build Ceylon Tasks Platform Module
ceylon.build.tasks » ceylon
Provides `Task` to launch ceylon `compile`, `compile-js`, `doc`, `run`, `run-js` command line tools
### Compile
Tasks to compile to both jvm and javascript backend are available.
They support various options.
Last Release on Feb 13, 2021
3.Ceylon Build File Tasks Platform Module
ceylon.build.tasks » file
Functions and `Task` wrappers to copy / delete files and directories.
### Delete
This module provides two functions to delete files and directories.
Last Release on Feb 13, 2021
