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 | Nov 22, 2015 |
Stats |
Downloads (JVM): 222 Source downloads: 202 |
Dependencies |
java.base/7 JDK
shared
|
Usage |
import com.vasileff.ceylon.dart.cli "1.2.0-DP1"; $ ceylon plugin install com.vasileff.ceylon.dart.cli/1.2.0-DP1 <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.2.0-DP1"/> </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 |