FreeBSD Manual Pages
ceylon new(1) ceylon new(1) NAME ceylon new - Generates a new Ceylon project SYNOPSIS ceylon new [--cwd=dir] [--verbose[=flags]] hello-world [--ant=value] [--eclipse=value] [--eclipse-project-name=value] [--module- name=value] [--module-version=value] [--] [dir] ceylon new [--cwd=dir] [--verbose[=flags]] java-interop [--ant=value] [--eclipse=value] [--eclipse-project-name=value] [--module- name=value] [--module-version=value] [--] [dir] ceylon new [--cwd=dir] [--verbose[=flags]] module [--] {module} [version] ceylon new [--cwd=dir] [--verbose[=flags]] simple [--ant=value] [--eclipse=value] [--eclipse-project-name=value] [--module- name=value] [--module-version=value] [--] [dir] DESCRIPTION Generates a new project, prompting for information as necessary THE hello-world SUBCOMMAND Generates a 'Hello World' style project. Takes a dir argument to indicate in which directory the new project should be created. THE java-interop SUBCOMMAND Generates a project that is able to use Java legacy code Takes a dir argument to indicate in which directory the new project should be created. THE module SUBCOMMAND THE simple SUBCOMMAND Generates a very simple empty project Takes a dir argument to indicate in which directory the new project should be created. OPTIONS --cwd=dir Specifies the current working directory for this tool. (default: the directory where the tool is run from) --verbose[=flags], -d Produce verbose output. If no flags are given then be verbose about everything, otherwise just be verbose about the flags which are present. Allowed flags include: all, loader. OPTIONS FOR hello-world SUBCOMMAND --ant=value Indicates if an Ant build file should be generated or not. --eclipse=value Indicates if an Eclipse project should be generated or not. --eclipse-project-name=value Specifies the name for the Eclipse project. --module-name=value Specifies the name for the new module. --module-version=value Specifies the version for the new module. OPTIONS FOR java-interop SUBCOMMAND --ant=value Indicates if an Ant build file should be generated or not. --eclipse=value Indicates if an Eclipse project should be generated or not. --eclipse-project-name=value Specifies the name for the Eclipse project. --module-name=value Specifies the name for the new module. --module-version=value Specifies the version for the new module. OPTIONS FOR simple SUBCOMMAND --ant=value Indicates if an Ant build file should be generated or not. --eclipse=value Indicates if an Eclipse project should be generated or not. --eclipse-project-name=value Specifies the name for the Eclipse project. --module-name=value Specifies the name for the new module. --module-version=value Specifies the version for the new module. 18 August 2017 ceylon new(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ceylon-new&sektion=1&manpath=FreeBSD+Ports+15.0>
