ceylon - The Ceylon command
The ceylon command provides access to the Ceylon command line toolset.
Usage
ceylon [<options>...] <command> [<command-args>...]
Description
The top level ceylon command is the entry point for a particular subcommand.
There is a list of the available subcommands.
The rest of this page will highlight particular tools
Backend-agnostic commands
ceylon helpprovides interactive help about otherceyloncommands.ceylon docis the command line interface to the Ceylon documentation compilerceylon newgenerates Ceylon projects from templates
JVM-specific commands
ceylon compileis the command line interface to the Ceylon compilerceylon runis the command line interface for launching a Celyon program on the JVMceylon import-jaris the command line interface for launching a Celyon program on the JVM
JavaScript-specific commands
ceylon compile-jsis the command line interface to the Ceylon compiler for JavaScriptceylon run-jsis the command line interface for launching a Celyon program on the node.js
See also
ceylonin the language specification