Name |
|
---|---|
Category |
Command-line plugins
Modules which have command-line plugins available. You can install them with |
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) |
Published | Jun 5, 2017 |
Stats |
Downloads (JVM): 651 Source downloads: 153 |
Dependencies |
com.redhat.ceylon.cli/1.3.2
shared
|
Usage |
import com.vasileff.ceylon.dart.cli "1.3.2-DP4"; $ ceylon plugin install com.vasileff.ceylon.dart.cli/1.3.2-DP4 <property name="ceylon.home" value="…"/> <property name="ceylon.ant.lib" value="${ceylon.home}/lib/ceylon-ant.jar"/> <path id="ant-tasks"> <pathelement path="${ceylon.ant.lib}"/> </path> <typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/> <target name="run"> <ceylon-plugin mode=install module="com.vasileff.ceylon.dart.cli/1.3.2-DP4"/> </target> |
Module links |
Members Imported By Browse Download .car No .js archive Download source archive Download scripts archive Scripts Download module documentation View API documentation |