• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
jvasileff / com.vasileff.ceylon.dart.cli / 1.2.0-DP1
Category Command-line plugins

Modules which have command-line plugins available. You can install them with ceylon plugin install name/version.

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
ceylon.file/1.2.0
ceylon.interop.java/1.2.0
ceylon.json/1.2.0
ceylon.language/1.2.0
ceylon.process/1.2.0
com.redhat.ceylon.common/1.2.0 shared
com.redhat.ceylon.module-resolver/1.2.0 shared
com.redhat.ceylon.typechecker/1.2.0 shared
com.vasileff.ceylon.dart.compiler/1.2.0-DP1
com.vasileff.jl4c.guava/0.0.1
java.base/7 JDK shared
Usage
  • Import
  • Install scripts from command-line
  • Install scripts from Ant
 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

Ceylon Herd v1.24 Copyright 2012-2022 Red Hat. About